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

add debug prints to before_scrpt in .gitlab-ci.yml

parent 487c3120
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -3,6 +3,9 @@ before_script: ...@@ -3,6 +3,9 @@ before_script:
- export ARCH=all - export ARCH=all
- export VERSION=$(dpkg-parsechangelog -S version) - export VERSION=$(dpkg-parsechangelog -S version)
- export PKGNAME=$(awk '/^Package:/ { print $2 }' debian/control) - export PKGNAME=$(awk '/^Package:/ { print $2 }' debian/control)
- echo $ARCH
- echo §VERSION
- echo $PKGNAME
.build-package: &build-package .build-package: &build-package
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment