fixed a few glitches detected when making 3.0.0alpha6

This commit is contained in:
Martin Diehl 2022-02-19 12:30:44 +01:00
parent d8fab8cb07
commit 5cc64fc958
2 changed files with 4 additions and 2 deletions

View File

@ -232,7 +232,9 @@ update_revision:
- git pull
- export VERSION=$(git describe ${CI_COMMIT_SHA})
- echo ${VERSION} > python/damask/VERSION
- git commit python/damask/VERSION -m "[skip ci] updated version information after successful test of $VERSION"
- >
git diff-index --quiet HEAD ||
git commit python/damask/VERSION -m "[skip ci] updated version information after successful test of $VERSION"
- if [ ${CI_COMMIT_SHA} == $(git rev-parse HEAD^) ]; then git push origin HEAD:master HEAD:development; fi
only:
- development

@ -1 +1 @@
Subproject commit e663a548b10ee3f9ced35c5a5105bd6824d3eebf
Subproject commit 857b994fb7222ab15a2b8c4ded2bba8787d7feb6