Skip to content
Snippets Groups Projects
Commit 700c402a authored by Kurt A. O'Hearn's avatar Kurt A. O'Hearn
Browse files

Update .gitlab-ci.yml.

parent 6bac04a2
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,6 @@ compile: ...@@ -15,7 +15,6 @@ compile:
stage: build stage: build
artifacts: artifacts:
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}" name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
untrack: true
expire_in: 1 week expire_in: 1 week
script: script:
- autoreconf -ivf && ./configure && make - autoreconf -ivf && ./configure && make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment