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
Branches
No related tags found
No related merge requests found
Checking pipeline status
...@@ -13,9 +13,10 @@ linux: ...@@ -13,9 +13,10 @@ linux:
- git config user.name "CICD Pipline" - git config user.name "CICD Pipline"
- git checkout dev2 - git checkout dev2
- cd ArduBlockTool/tool/ - cd ArduBlockTool/tool/
- git rm *.jar - sh -c '{ rm *.jar; } || { echo "error"; }'
- cp ../../../ArduBlockTool/tool/*.jar . - cp ../../../ArduBlockTool/tool/*.jar .
- cd ../../../ - cd ../../../
- ls -la
- > - >
if [ -z "$(git status --porcelain)" ]; then if [ -z "$(git status --porcelain)" ]; then
# Working directory clean # Working directory clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment