Skip to content
Snippets Groups Projects
Commit 1bf69a95 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

log: Add git status before and after troublesome commit

parent f269a716
No related branches found
No related tags found
1 merge request!7Gnuaffero
Pipeline #2173 failed
......@@ -86,7 +86,9 @@ deploy-release:
fi
- './mvnw $MAVEN_CLI_OPTS $MAVEN_OPTS deploy -DskipTests'
- git add pom.xml
- git status
- git commit -m "[ci skip] Set release version ${RELEASE_VERSION}"
- git status
- git tag -a $RELEASE_TAG -m "Tag release ${RELEASE_TAG}"
- git push origin $RELEASE_TAG
- git push origin $RELEASE_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment