mirror of
https://example.com
synced 2024-11-23 08:06:39 +09:00
ci: longer timeout for building image
This commit is contained in:
parent
b5e7fe766a
commit
76a0f5d176
1 changed files with 1 additions and 4 deletions
|
@ -28,7 +28,6 @@ services:
|
|||
- postgres:15
|
||||
- redis
|
||||
|
||||
|
||||
testCommit:
|
||||
stage: build
|
||||
before_script:
|
||||
|
@ -51,9 +50,7 @@ dockerPush:
|
|||
image:
|
||||
name: gcr.io/kaniko-project/executor:v1.9.0-debug
|
||||
entrypoint: [""]
|
||||
before_script:
|
||||
- cp .config/ci.yml .config/default.yml
|
||||
- cp .config/docker_ci.env .config/docker.env
|
||||
timeout: 3h
|
||||
script:
|
||||
- /kaniko/executor
|
||||
--context "${CI_PROJECT_DIR}"
|
||||
|
|
Loading…
Reference in a new issue