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

Update .gitlab-ci.yml

parent eb67cf0b
No related branches found
No related tags found
No related merge requests found
Pipeline #1514 failed
......@@ -6,6 +6,9 @@ linux:
tags: [sh]
only:
- dev2
include:
- remote: 'https://gitlab.reutlingen-university.de/letsgoing/ardublock/-/blob/dev/README.md'
- local: 'README_DEV.md'
script:
- git clone https://oauth2:$TOKEN_TAMPLATE_REPO@gitlab.reutlingen-university.de/letsgoing/internal/templates.git template
- git clone https://oauth2:$TOKEN_LIN_REPO@gitlab.reutlingen-university.de/letsgoing/ardublock-ide-lin.git remote
......@@ -18,10 +21,10 @@ linux:
- cd ../
#go to dev branch for the Developnets updates
- git branch -a
- git checkout origin/dev;
- DEVELOPNETS=$(echo $(grep -Ei "###" README.md | grep -Eiv "####" | sed "s/^/-d \"/" | sed "s/$/ \"/" | sed "s/### //g"))
- git checkout $CI_COMMIT_BRANCH;
#- git branch -a
#- git checkout origin/dev;
- DEVELOPNETS=$(echo $(grep -Ei "###" README_DEV.md | grep -Eiv "####" | sed "s/^/-d \"/" | sed "s/$/ \"/" | sed "s/### //g"))
#- git checkout $CI_COMMIT_BRANCH;
#new features for dis version
- FEATURES=$(echo $(grep -Ei "###" README.md | grep -Eiv "####" | sed "s/^/-f \"/" | sed "s/$/ \"/" | sed "s/### //g"))
......
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