From 76a0f5d176274d2c160cdc8f449644434894a12d Mon Sep 17 00:00:00 2001 From: Namekuji Date: Thu, 3 Aug 2023 02:03:28 +0000 Subject: [PATCH] ci: longer timeout for building image --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4287666de..dfa41555e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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}"