Skip to content
Snippets Groups Projects
Commit f275c189 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

fix(ci): Adjust custom config path, don't deploy plugin itself

parent 8dd8518b
No related branches found
No related tags found
No related merge requests found
Pipeline #389085 passed
......@@ -140,7 +140,7 @@ Build_Linux_Without_Toolkit:
artifacts: true
# Deploys to vrdev
Deploy_Windows:
.Deploy_Windows:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "schedule"
......@@ -150,7 +150,7 @@ Deploy_Windows:
artifacts: true
# Deploys to vrdemo instead of av006de. Use extends: .Deploy_CAVE_ to deploy to legacy av006de
Deploy_CAVE:
.Deploy_CAVE:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "schedule"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment