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

pass ENVIRONMENTS via artifact to test-and-deploy-master to fix #25

parent 016a12bd
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -31,6 +31,7 @@ build-master:
artifacts:
paths:
- build/*
- ENVIRONMENTS
expire_in: 1 hrs
only:
- master
......@@ -42,6 +43,8 @@ test-and-deploy-master:
image: git.imp.fu-berlin.de:5000/coding-at-fu/debian-testpackage:stretch
dependencies:
- build-master
before_script:
- eval $(cat ENVIRONMENTS)
script:
- eval $(cat ENVIRONMENTS)
- gdebi --non-interactive build/${PKGNAME}_${VERSION}_${ARCH}.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment