From 2c8817dab3e0276972a452d33b4973b17b154865 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Tue, 1 Feb 2022 15:20:07 +0100 Subject: [PATCH] [ci] Fix docker credentials --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72f258bc13f6..27a83ef8dfd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -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" @@ -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}"