Skip to content
Snippets Groups Projects
Verified Commit 435ab0ed authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

remove redundant 'needs' restrictions on CI pipeline

parent c9e17cb4
No related branches found
No related tags found
2 merge requests!6[2023-07-14] publish docs,!5add publishing steps for both prod VMs
Pipeline #83727 failed
...@@ -52,7 +52,7 @@ publish-prod-2: ...@@ -52,7 +52,7 @@ publish-prod-2:
refs: refs:
- main # Only publish when on the main branch - main # Only publish when on the main branch
needs: needs:
- job: lint-documentation # ... and after it has passed the linting pipeline - job: build-documentation
artifacts: true artifacts: true
script: script:
...@@ -67,7 +67,7 @@ publish-prod-1: ...@@ -67,7 +67,7 @@ publish-prod-1:
- gap-docs-prod-1 - gap-docs-prod-1
needs: needs:
- job: publish-prod-2 # Only run when publishing to prod-2 was successful - job: build-documentation
artifacts: true artifacts: true
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment