Skip to content
Snippets Groups Projects

ci: Don't deploy on Windows

Merged David Gilbert requested to merge hotfix/remove_windows_deployment into 5.3
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -148,7 +148,7 @@ Build_Linux_Without_Cluster:
@@ -148,7 +148,7 @@ Build_Linux_Without_Cluster:
artifacts: true
artifacts: true
# Deploys to vrdev
# Deploys to vrdev
Deploy_Windows:
.Deploy_Windows:
rules:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "schedule"
Loading