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

Revert "use backticks for variables with cmds instead of $() in .gitlab-ci.yml"

This reverts commit d74aa9c8.
parent d74aa9c8
Branches
Tags
No related merge requests found
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