summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2018-06-09 20:34:27 -0600
committerJeremy Soller <jackpot51@gmail.com>2018-06-09 20:34:27 -0600
commit75641d5e3c4ae9da1b8b0070eeb7bc14c7b837ea (patch)
treebfb658b827d2412b90f8731c15655c796ab38c82
parentf1fb2bb9e529493121965e19af87d07c1e35d2b0 (diff)
inspect build dir
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5b8794..9b4aa71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
variables:
GIT_STRATEGY: none
GIT_SUBMODULE_STRATEGY: none
+ GIT_CHECKOUT: false
before_script:
- |
@@ -36,6 +37,7 @@ before_script:
build:
script:
- |
+ ls &&
[ -d "$CI_PROJECT_DIR" ] || git clone "$CI_BUILD_REPO" "$CI_PROJECT_DIR" &&
cd "$CI_PROJECT_DIR" &&
git remote set-url origin "$CI_BUILD_REPO" &&