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

use " instead of ( around $() in .gitlab-ci.yml

parent e0ee66ca
No related branches found
No related tags found
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