Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ variables: auto-build-image: extends: .download_images variables: COMPONENTS_COMPONENT_VERSION: "v4.14.1" COMPONENTS_COMPONENT_VERSION: "v4.12.0" only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && Loading @@ -65,7 +65,7 @@ auto-build-image: auto-deploy-image: extends: .download_images variables: COMPONENTS_COMPONENT_VERSION: "v2.104.0" COMPONENTS_COMPONENT_VERSION: "v2.130.0" only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ variables: auto-build-image: extends: .download_images variables: COMPONENTS_COMPONENT_VERSION: "v4.14.1" COMPONENTS_COMPONENT_VERSION: "v4.12.0" only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && Loading @@ -65,7 +65,7 @@ auto-build-image: auto-deploy-image: extends: .download_images variables: COMPONENTS_COMPONENT_VERSION: "v2.104.0" COMPONENTS_COMPONENT_VERSION: "v2.130.0" only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && Loading