From 6f767b4cfc3701ad7b632114fced93646fd82f41 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 21 Feb 2017 16:33:00 +0100 Subject: Sleep after successful building to enable debugging --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f387b0f..22d048c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: script: - build-build-package # sleep 1h to allow debugging of running container - #- sleep 3600 + - sleep 3600 artifacts: expire_in: 1w paths: -- cgit v1.2.3