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

make build-master fail in .gitlab-ci.yml by adding if statement

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