diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a571c45d87174ae744ab90960d14d72b6b73f433..ba449ab842f337bf50e51e674e488c09137577ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ linux: - 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/ArduBlock_Arduino_IDE + - ls -la - bash ./generateREADME.sh -o ../../remote/README.md -s Linux -v dev2 -d "hallo" -d welt - cd ../../remote - git config user.email "cicd@letsgoing.de"