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

Add new file

parent 26718200
No related branches found
No related tags found
No related merge requests found
Pipeline #1489 failed
stages:
- push
linux:
stage: push
only:
- dev2
script:
- git clone https://oauth2:$TOKEN_LIN_REPOgitlab.reutlingen-university.de/letsgoing/ardublock.git remote
- cd remote
- git user.email "cica@letsgoing.de"
- git user.name "CICD Pipline"
- git checkout dev2
- cd ArduBlockTool/tool/
- git rm *.jar
- cp ~/ArduBlockTool/tool/*.jar .
- git add .
- git push
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