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

trying to fix the pipeline

parent 35b63ac6
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ Build Lasertracker:
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
changes:
- src/lasertracker/*
- src/lasertracker/**/*
- requirements.txt
- .gitlab-ci.yml
tags:
......@@ -27,7 +27,7 @@ Build Monitoring:
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
changes:
- src/environment_monitoring/*
- src/environment_monitoring/**/*
- requirements.txt
- .gitlab-ci.yml
script:
......@@ -41,7 +41,7 @@ Build Robot:
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
changes:
- src/robot/*
- src/robot/**/*
- requirements.txt
- .gitlab-ci.yml
tags:
......@@ -58,7 +58,7 @@ Deploy Lasertracker:
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
changes:
- src/lasertracker/*
- src/lasertracker/**/*
- requirements.txt
- .gitlab-ci.yml
needs: ["Build Lasertracker"]
......@@ -77,7 +77,7 @@ Deploy Monitoring:
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
changes:
- src/environment_monitoring/*
- src/environment_monitoring/**/*
- requirements.txt
- .gitlab-ci.yml
needs: ["Build Monitoring"]
......@@ -95,7 +95,7 @@ Deploy Robot:
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
changes:
- src/robot/*
- src/robot/**/*
- requirements.txt
- .gitlab-ci.yml
needs: ["Build Robot"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment