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
|
- 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}"
|
||||||
|
|
Loading…
Reference in a new issue