Removed Needs parameter and fixed artifacts

This commit is contained in:
rilesdun 2021-12-23 15:19:51 -04:00
parent d133b24877
commit 14ea547a46

View file

@ -19,8 +19,7 @@ code-checkout:
- mkdir build
build:
stage: build
needs: [code-checkout]
stage: build
script:
- mkdir build/mainnet
- cd build/mainnet
@ -35,7 +34,6 @@ build:
build-testnet:
stage: build
needs: [code-checkout]
script:
- mkdir build/testnet
- cd build/testnet
@ -49,14 +47,6 @@ build-testnet:
- build/tests/
tags:
- builder
artifacts:
untracked: true
paths:
- build/libraries/
- build/programs/
- build/tests/
tags:
- builder
dockerize:
stage: build