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

fix: test ci

parent 375372e9
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ git remote set-url origin https://pad:''${GITLAB_TOKEN}@''${CI_REPOSITORY_URL#*@ ...@@ -113,7 +113,7 @@ git remote set-url origin https://pad:''${GITLAB_TOKEN}@''${CI_REPOSITORY_URL#*@
git fetch --all --tags --unshallow git fetch --all --tags --unshallow
git reset --hard origin/master git reset --hard origin/master
git checkout $CI_COMMIT_REF_NAME git checkout $CI_COMMIT_REF_NAME
git pull origin $CI_COMMIT_REF_NAME git pull --all origin $CI_COMMIT_REF_NAME
if [ ! -z "''${CI_PROJECT_DIR}" ]; then if [ ! -z "''${CI_PROJECT_DIR}" ]; then
echo "CI_PROJECT_DIR is set, using it as project root." 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