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

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

fixing pipeline

parent 62684aee
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -7,8 +7,8 @@ if [[ -z "${CI_COMMIT_REF_NAME}" ]]; then
echo "CI_COMMIT_REF_NAME is not set defaulting to development"
else
echo "Deploying via pipeline"
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $REGISTRY_URL
export GITBRANCH="${CI_COMMIT_REF_NAME,,}"
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform/gitsearch/$GITBRANCH
fi
......
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