From: Ivan Grokhotkov Date: Sun, 12 Aug 2018 22:33:18 +0000 (+0300) Subject: ci: only apply BOT_DOCKER_IMAGE_TAG to esp32-ci-env X-Git-Tag: v3.2-beta1~318^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b5875efe0d75b313703e4fc3f0d2824814d29c5;p=esp-idf ci: only apply BOT_DOCKER_IMAGE_TAG to esp32-ci-env --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea363158c4..7818a02f93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -305,7 +305,7 @@ test_fatfs_on_host: test_mdns_fuzzer_on_host: stage: host_test - image: $CI_DOCKER_REGISTRY/afl-fuzzer-test$BOT_DOCKER_IMAGE_TAG + image: $CI_DOCKER_REGISTRY/afl-fuzzer-test tags: - host_test dependencies: [] @@ -512,7 +512,7 @@ check_submodule_sync: assign_test: tags: - assign_test - image: $CI_DOCKER_REGISTRY/ubuntu-test-env$BOT_DOCKER_IMAGE_TAG + image: $CI_DOCKER_REGISTRY/ubuntu-test-env stage: assign_test # gitlab ci do not support match job with RegEx or wildcard now in dependencies. # we have a lot build example jobs. now we don't use dependencies, just download all artificats of build stage.