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:
<<: *build-package
stage: build
after_script:
# eval $(cat ENVIRONMENTS)
- eval $(cat ENVIRONMENTS)
- mkdir build
- ls ../
- 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