Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
[ci] Fix docker credentials (#4826)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Feb 1, 2022
1 parent c9f4932 commit 4ac95dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ build-rustdoc:

.build-push-image: &build-push-image
<<: *kubernetes-env
<<: *vault-secrets
image: quay.io/buildah/stable
variables: &image-variables
GIT_STRATEGY: none
Expand Down Expand Up @@ -601,10 +600,8 @@ zombienet-test-parachains-upgrade-smoke-test:
- job: publish-polkadot-image
- job: publish-malus-image
- job: publish-adder-collator-image

variables:
GH_DIR: 'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/parachains'

before_script:
- echo "ZombieNet Tests Config"
- echo "docker.io/parity/polkadot:latest"
Expand All @@ -614,7 +611,6 @@ zombienet-test-parachains-upgrade-smoke-test:
- export DEBUG=zombie,zombie::network-node
- export ZOMBIENET_INTEGRATION_TEST_IMAGE="docker.io/parity/polkadot:latest" # Use polkadot latest image
- export COL_IMAGE="docker.io/parity/polkadot-collator:latest" # Use cumulus lastest image

script:
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
Expand Down

0 comments on commit 4ac95dc

Please sign in to comment.