Skip to content
Snippets Groups Projects
Commit 016a12bd authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

uncomment eval $(cat ENVIRONMENTS)

parent b20d1427
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -24,7 +24,7 @@ build-master: ...@@ -24,7 +24,7 @@ build-master:
<<: *build-package <<: *build-package
stage: build stage: build
after_script: after_script:
# eval $(cat ENVIRONMENTS) - eval $(cat ENVIRONMENTS)
- mkdir build - mkdir build
- ls ../ - ls ../
- if ! mv ../${PKGNAME}_${VERSION}_${ARCH}.deb build/; then exit 1; fi - if ! mv ../${PKGNAME}_${VERSION}_${ARCH}.deb build/; then exit 1; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment