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

Update .gitlab-ci.yml

parent 80e9165c
Branches
No related tags found
No related merge requests found
Pipeline #1499 failed
......@@ -9,7 +9,7 @@ linux:
script:
- git clone https://oauth2:$TOKEN_LIN_REPO@gitlab.reutlingen-university.de/letsgoing/ardublock-ide-lin.git remote
- cd remote
- git config user.email "cica@letsgoing.de"
- git config user.email "cicd@letsgoing.de"
- git config user.name "CICD Pipline"
- git checkout dev2
- cd ArduBlockTool/tool/
......@@ -23,6 +23,6 @@ linux:
echo "Working directory clean";
else
# Uncommitted changes
git commit -a -m "new ${cat version.txt}";
git commit -a -m "new $(< version.txt)";
git push -u origin $CI_COMMIT_BRANCH;
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment