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

update.gitlab-ci.yml use export for variables in before_script

parent c174cf86
Branches
Tags
No related merge requests found
Pipeline #
image: ${CI_REGISTRY_IMAGE}/buildimage
before_script:
- ARCH=all
- VERSION=$(dpkg-parsechangelog -S version)
- PKGNAME=$(awk '/^Package:/ { print $2 }' debian/control)
- export ARCH=all
- export VERSION=$(dpkg-parsechangelog -S version)
- export PKGNAME=$(awk '/^Package:/ { print $2 }' debian/control)
.build-package: &build-package
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment