Skip to content
Snippets Groups Projects
Verified Commit 06281f3d authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: test ci

parent 5d9f8ef6
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,8 @@ git remote set-url origin https://pad:''${GITLAB_TOKEN}@''${CI_REPOSITORY_URL#*@
git fetch --all --tags --unshallow
git reset --hard origin/master
git checkout $CI_COMMIT_REF_NAME
git pull --all origin $CI_COMMIT_REF_NAME
git pull origin $CI_COMMIT_REF_NAME
git tag -d 1.17.0
if [ ! -z "''${CI_PROJECT_DIR}" ]; then
echo "CI_PROJECT_DIR is set, using it as project root."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment