1
0
Fork 1
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:
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
- 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}"