summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-04-11 11:10:19 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2019-04-11 11:10:19 +0200
commit5424c319a91c6993dbb663d3376905b916cb3b48 (patch)
tree02f1cb56a12094b29be45b95e1f2110e19e8395e
parente3bf127ba701e0710ee221369fe3ca15528c8acf (diff)
downloadgitlab-ce-5424c319a91c6993dbb663d3376905b916cb3b48.tar.gz
Check current shell
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43d1cc34c49..64a84562026 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -609,10 +609,15 @@ docs lint:
dependencies: []
before_script: []
script:
+ - echo $0
- bash
+ - echo $0
- ls -la doc/ci/introduction/img/rollback.png
+ - echo $0
- ls -la doc/**/*.png
+ - echo $0
- scripts/lint-doc.sh
+ - echo $0
- scripts/lint-changelog-yaml
- mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
- cd /tmp/gitlab-docs