This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 6e970b4c authored by Eduard Frankford's avatar Eduard Frankford
Browse files

fixing pipeline

parent f6261d94
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -18,7 +18,8 @@ if [[ -z "${GITBRANCH}" ]]; then
git fetch && git stash && git checkout development && git pull
else
echo "GITBRANCH is set to '$GITBRANCH'"
git fetch && git stash && git checkout $GITBRANCH && git pull
export CHECKOUT="${CI_COMMIT_REF_NAME}"
git fetch && git stash && git checkout $CHECKOUT && git pull
fi
export COMMIT_ID="$(git rev-parse HEAD)"
export MAVEN_USER_HOME=`pwd`/.maven && ./mvnw package -DskipTests -Pprod jib:build -Djib.to.image=sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform/gitsearch/$GITBRANCH -Djib.to.auth.username=gitlab-ci-token -Djib.to.auth.password=$CI_BUILD_TOKEN -Dmaven.repo.local=$MAVEN_USER_HOME
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment