typo: missing space

This commit is contained in:
Martin Diehl 2022-04-27 22:49:33 +02:00
parent e0d2859202
commit 5776891b75
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ update_revision:
- cd $(mktemp -d)
- git clone -q git@git.damask.mpie.de:damask/DAMASK.git .
- git pull
- exportVERSION=$(git describe ${CI_COMMIT_SHA})
- export VERSION=$(git describe ${CI_COMMIT_SHA})
- echo ${VERSION:1} > VERSION
- >
git diff-index --quiet HEAD ||