Skip to content
Snippets Groups Projects
Commit f852d88a authored by Tim Aaron Möck's avatar Tim Aaron Möck
Browse files

Update .gitlab-ci.yml

parent c50b6260
No related branches found
No related tags found
No related merge requests found
Pipeline #1512 failed
...@@ -14,11 +14,11 @@ linux: ...@@ -14,11 +14,11 @@ linux:
- cd remote - cd remote
- git config user.email "cicd@letsgoing.de" - git config user.email "cicd@letsgoing.de"
- git config user.name "CICD Pipline" - git config user.name "CICD Pipline"
- git checkout dev2 - git checkout origin/dev2
- cd ../ - cd ../
#go to dev branch for the Developnets updates #go to dev branch for the Developnets updates
- git checkout dev; - git checkout origin/dev;
- DEVELOPNETS=$(echo $(grep -Ei "###" README.md | grep -Eiv "####" | sed "s/^/-d \"/" | sed "s/$/ \"/" | sed "s/### //g")) - DEVELOPNETS=$(echo $(grep -Ei "###" README.md | grep -Eiv "####" | sed "s/^/-d \"/" | sed "s/$/ \"/" | sed "s/### //g"))
- git checkout $CI_COMMIT_BRANCH; - git checkout $CI_COMMIT_BRANCH;
......
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