Loading ci-templates/build.yml +3 −3 Original line number Diff line number Diff line .maven_build: extends: .default_protected extends: .default stage: build image: maven:3.9.5-ibm-semeru-17-focal script: Loading @@ -9,7 +9,7 @@ - target/ .docker_build: extends: .default_protected extends: .default stage: build image: name: gcr.io/kaniko-project/executor:debug Loading @@ -23,7 +23,7 @@ fi .angular_build: extends: .default_protected extends: .default stage: build image: node:latest script: Loading ci-templates/build_unprotected.yml +3 −3 Original line number Diff line number Diff line .maven_build: extends: .default_unprotected extends: .default stage: build image: maven:3.9.5-ibm-semeru-17-focal script: Loading @@ -9,7 +9,7 @@ - target/ .docker_build: extends: .default_unprotected extends: .default stage: build image: name: gcr.io/kaniko-project/executor:debug Loading @@ -18,7 +18,7 @@ - /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:$APP_VERSION" --no-push .angular_build: extends: .default_unprotected extends: .default stage: build image: node:latest script: Loading Loading
ci-templates/build.yml +3 −3 Original line number Diff line number Diff line .maven_build: extends: .default_protected extends: .default stage: build image: maven:3.9.5-ibm-semeru-17-focal script: Loading @@ -9,7 +9,7 @@ - target/ .docker_build: extends: .default_protected extends: .default stage: build image: name: gcr.io/kaniko-project/executor:debug Loading @@ -23,7 +23,7 @@ fi .angular_build: extends: .default_protected extends: .default stage: build image: node:latest script: Loading
ci-templates/build_unprotected.yml +3 −3 Original line number Diff line number Diff line .maven_build: extends: .default_unprotected extends: .default stage: build image: maven:3.9.5-ibm-semeru-17-focal script: Loading @@ -9,7 +9,7 @@ - target/ .docker_build: extends: .default_unprotected extends: .default stage: build image: name: gcr.io/kaniko-project/executor:debug Loading @@ -18,7 +18,7 @@ - /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:$APP_VERSION" --no-push .angular_build: extends: .default_unprotected extends: .default stage: build image: node:latest script: Loading