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

add debug prints from before_script to after_script in build-master

parent b8befe3e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -30,6 +30,9 @@ build-master:
<<: *build-package
stage: build
after_script:
- echo $ARCH
- echo $VERSION
- echo $PKGNAME
- mkdir build
- ls ../
- mv ../${PKGNAME}_${VERSION}_${ARCH}.deb build/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment