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

Update .gitlab-ci.yml

parent 5e703527
No related branches found
No related tags found
No related merge requests found
Pipeline #1505 failed
......@@ -9,9 +9,9 @@ linux:
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
- cd template
- bash ./generateREADME.sh -o ../README.md -s Linux -v dev2 -d "hallo" -d welt
- cd ../remote
- cd template/ArduBlock_Arduino_IDE
- bash ./generateREADME.sh -o ../../remote/README.md -s Linux -v dev2 -d "hallo" -d welt
- cd ../../remote
- git config user.email "cicd@letsgoing.de"
- git config user.name "CICD Pipline"
- git checkout dev2
......
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