diff options
author | varac <varacanero@zeromail.org> | 2017-02-21 16:45:17 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-02 10:10:38 +0100 |
commit | 5b70bf65f4ae63f3f5f97ba557e09a19f0a70604 (patch) | |
tree | 1e98349a3347556dbc8b656c94470a1e0751a42f | |
parent | 6f767b4cfc3701ad7b632114fced93646fd82f41 (diff) |
Show pwd on docker build
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22d048c..704f7a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ stages: stage: package image: "0xacab.org:4567/leap/gitlab-buildpackage:build_${DIST}_${ARCH}" script: + - pwd - build-build-package # sleep 1h to allow debugging of running container - sleep 3600 |