main file at root
This commit is contained in:
parent
af8003525a
commit
45fdd03ecd
|
@ -233,12 +233,11 @@ update_revision:
|
||||||
- cd $(mktemp -d)
|
- cd $(mktemp -d)
|
||||||
- git clone -q git@git.damask.mpie.de:damask/DAMASK.git .
|
- git clone -q git@git.damask.mpie.de:damask/DAMASK.git .
|
||||||
- git pull
|
- git pull
|
||||||
- VERSION=$(git describe ${CI_COMMIT_SHA})
|
- exportVERSION=$(git describe ${CI_COMMIT_SHA})
|
||||||
- export VERSION="${VERSION:1}"
|
- echo ${VERSION:1} > VERSION
|
||||||
- echo ${VERSION} > python/damask/VERSION
|
|
||||||
- >
|
- >
|
||||||
git diff-index --quiet HEAD ||
|
git diff-index --quiet HEAD ||
|
||||||
git commit python/damask/VERSION -m "[skip ci] updated version information after successful test of $VERSION"
|
git commit 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
|
- if [ ${CI_COMMIT_SHA} == $(git rev-parse HEAD^) ]; then git push origin HEAD:master HEAD:development; fi
|
||||||
only:
|
only:
|
||||||
- development
|
- development
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
3.0.0-alpha6-258-gea7c8ef23
|
|
|
@ -0,0 +1 @@
|
||||||
|
../../VERSION
|
Loading…
Reference in New Issue