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

Update .gitlab-ci.yml

parent e3171ca1
No related branches found
No related tags found
No related merge requests found
Pipeline #1498 failed
......@@ -13,9 +13,10 @@ linux:
- git config user.name "CICD Pipline"
- git checkout dev2
- cd ArduBlockTool/tool/
- git rm *.jar
- sh -c '{ rm *.jar; } || { echo "error"; }'
- cp ../../../ArduBlockTool/tool/*.jar .
- cd ../../../
- ls -la
- >
if [ -z "$(git status --porcelain)" ]; then
# Working directory clean
......
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