diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-20 21:56:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-23 04:37:14 +0300 |
commit | 45527f8597dfac68e914a798184282faeb1493f2 (patch) | |
tree | 025455f6e787e9f6555dc95de19ce32c2826b146 | |
parent | c016fa75335b1c9f35592be6759f574039013b1c (diff) | |
download | plus-45527f8597dfac68e914a798184282faeb1493f2.tar.gz plus-45527f8597dfac68e914a798184282faeb1493f2.tar.bz2 plus-45527f8597dfac68e914a798184282faeb1493f2.tar.xz plus-45527f8597dfac68e914a798184282faeb1493f2.zip |
Try add workaround for gitlab include bug [ci skip]
-rw-r--r-- | tools/ci/branches/.gitlab-ci_header.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/branches/.gitlab-ci_header.yml b/tools/ci/branches/.gitlab-ci_header.yml index faeae1416..f70c2bada 100644 --- a/tools/ci/branches/.gitlab-ci_header.yml +++ b/tools/ci/branches/.gitlab-ci_header.yml @@ -24,3 +24,5 @@ variables: PMINSTALL: "apt-get install -y -qq" DOCKERRETRY: "./tools/ci/scripts/dockerretry.sh" GIT_DEPTH: "1" + +# gitlab bug workaround test |