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

changed build/* to build/ in .gitlab-ci.yml

parent 37df1906
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -32,7 +32,7 @@ build-master: ...@@ -32,7 +32,7 @@ build-master:
- if ! mv ../${PKGNAME}_${VERSION}_${ARCH}.deb build/; then exit 1; fi - if ! mv ../${PKGNAME}_${VERSION}_${ARCH}.deb build/; then exit 1; fi
artifacts: artifacts:
paths: paths:
- build/* - build/
- ./ENVIRONMENTS - ./ENVIRONMENTS
expire_in: 1 hrs expire_in: 1 hrs
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment