ci: longer timeout for building image

This commit is contained in:
Namekuji 2023-08-03 02:03:28 +00:00 committed by ThatOneCalculator
parent b5e7fe766a
commit 76a0f5d176
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -28,7 +28,6 @@ services:
- postgres:15 - postgres:15
- redis - redis
testCommit: testCommit:
stage: build stage: build
before_script: before_script:
@ -51,9 +50,7 @@ dockerPush:
image: image:
name: gcr.io/kaniko-project/executor:v1.9.0-debug name: gcr.io/kaniko-project/executor:v1.9.0-debug
entrypoint: [""] entrypoint: [""]
before_script: timeout: 3h
- cp .config/ci.yml .config/default.yml
- cp .config/docker_ci.env .config/docker.env
script: script:
- /kaniko/executor - /kaniko/executor
--context "${CI_PROJECT_DIR}" --context "${CI_PROJECT_DIR}"