Update .gitlab-ci.yml file
This commit is contained in:
+1
-2
@@ -29,9 +29,8 @@ build-job: # This job runs in the build stage, which runs first.
|
|||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
- echo "Build done"
|
- echo "Build done"
|
||||||
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/ModManager
|
- build/ModManager
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user