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

Update .gitlab-ci.yml

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