Skip to content
Snippets Groups Projects
Commit 3af9ecdf authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

updated pipeline

parent 5f6dc15b
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Build Lasertracker:
- requirements.txt
- .gitlab-ci.yml
tags:
- frodo
- MQ-MARSEDGE
script:
- docker build -t $CI_REGISTRY/$CI_PROJECT_PATH/lasertracker -f ./src/lasertracker/Dockerfile --no-cache .
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -23,7 +23,7 @@ Build Monitoring:
image: docker:20.10
stage: build
tags:
- frodo
- MQ-MARSEDGE
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
changes:
......@@ -45,7 +45,7 @@ Build Robot:
- requirements.txt
- .gitlab-ci.yml
tags:
- frodo
- MQ-MARSEDGE
script:
- docker build -t $CI_REGISTRY/$CI_PROJECT_PATH/robot -f ./src/robot/Dockerfile --no-cache .
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment