Skip to content
Snippets Groups Projects
Commit 7a70af57 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

fix: remove invalid pipeline source

parent 6ce25af3
No related branches found
No related tags found
2 merge requests!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.,!101Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs
...@@ -28,7 +28,6 @@ workflow: ...@@ -28,7 +28,6 @@ workflow:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "manual"
deploy_ood_proxy_node: deploy_ood_proxy_node:
stage: deploy stage: deploy
...@@ -59,8 +58,6 @@ deploy_ood_proxy_node: ...@@ -59,8 +58,6 @@ deploy_ood_proxy_node:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
when: always when: always
- if: $CI_PIPELINE_SOURCE == "manual"
when: manual
- if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "web"
when: always when: always
...@@ -93,7 +90,5 @@ deploy_ssh_proxy_node: ...@@ -93,7 +90,5 @@ deploy_ssh_proxy_node:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
when: always when: always
- if: $CI_PIPELINE_SOURCE == "manual"
when: manual
- if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "web"
when: always when: always
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