Skip to content

Commit

Permalink
fix gitlab pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Apr 7, 2023
1 parent 2e6d5a2 commit 4a49fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ deploy-to-versi:
DOMAIN: parity-versi
APP: testnet-manager

deploy-to-testnet-wococo:
deploy-to-wococo:
<<: *release-refs
needs:
- job: deploy-to-versi
Expand All @@ -119,17 +119,17 @@ deploy-to-testnet-wococo:
DOMAIN: parity-testnet
APP: testnet-manager-wococo

deploy-to-testnet-rococo:
deploy-to-rococo:
<<: *release-refs
needs:
- job: deploy-to-wococo
extends: .deploy-with-versi
extends: .deploy-with-argocd
environment: parity-testnet-rococo
variables:
DOMAIN: parity-testnet
APP: testnet-manager-rococo

deploy-to-testnet-westend:
deploy-to-westend:
<<: *release-refs
needs:
- job: deploy-to-wococo
Expand Down

0 comments on commit 4a49fad

Please sign in to comment.