From 4298d0c6069e2f723984e1fc1dded065670eeae5 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 2 Sep 2019 10:56:56 -0600 Subject: print the working directory --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d107da7..de6c1ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ tarball: image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA stage: release script: + - pwd - bundle exec rake publish artifacts: paths: -- cgit v1.2.3