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

use ($()) to only use the value not call comd again in .gitlab-ci.yml

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