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

Update .gitlab-ci.yml

parent f6fa1664
No related branches found
No related tags found
No related merge requests found
Pipeline #1507 canceled
......@@ -11,7 +11,8 @@ linux:
- git clone https://oauth2:$TOKEN_LIN_REPO@gitlab.reutlingen-university.de/letsgoing/ardublock-ide-lin.git remote
- cd template/ArduBlock_Arduino_IDE
- ls -la
- bash ./generateREADME.sh -o ../../remote/README.md -s Linux -v dev2 -d "hallo" -d welt
#- bash ./generateREADME.sh -o ../../remote/README.md -s Linux -v dev2 -d "hallo" -d welt
- sh -c "bash ./generateREADME.sh -s Linux -o ../../README.md -v dev2 $(echo $(grep -Ei "###" README.test | grep -Eiv "####" | sed "s/^/-d \"/" | sed "s/$/ \"/" | sed "s/### //g"))"
- cd ../../remote
- git config user.email "cicd@letsgoing.de"
- git config user.name "CICD Pipline"
......
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