diff options
author | varac <varacanero@zeromail.org> | 2017-02-08 13:58:58 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-02-08 13:58:58 +0100 |
commit | 2179fcf637205f5648f654114b535e2fbae4c183 (patch) | |
tree | ace82478874ba32526e098f99f448d15dcdc2d8e | |
parent | 7273060b4ab1208a3086a176d98e72c2bc713a23 (diff) |
Sleep 1h to allow debugging
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b88ad52..b388525 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ stages: image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}" script: - bash -x build-build-package + # sleep 1h to allow debugging of running container + - sleep 3600 artifacts: expire_in: 1w paths: |