diff options
| author | mo khan <mo.khan@gmail.com> | 2019-09-02 12:20:14 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-09-02 12:20:14 -0600 |
| commit | ff3b619e360077f3818e834af41a0215249e22b9 (patch) | |
| tree | beb8af94717c94fb484c8d62ba89f4a487e1e898 | |
| parent | 77b23fdec798a883765c6f7d3e4118b40fb83279 (diff) | |
debug
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a664dfb..f3aab50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ image: alpine:latest variables: + CI_DEBUG_TRACE: "true" DOCKER_DRIVER: overlay2 services: @@ -39,6 +40,8 @@ tarball: GIT_STRATEGY: none stage: test script: + - pwd + - ls -alh - bundle exec rake publish artifacts: paths: |
