diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-09 18:44:21 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-10-09 18:44:30 (GMT) |
commit | 521847809f4511352f01688227e8a22bc906f578 (patch) | |
tree | 2335aeebbb14776052abedacc30065b7f65ba679 | |
parent | 6ee22a56bc0dbf5cd5ca14b0f599864ee84d37cb (diff) | |
parent | 544ee0edc0bd9b747058b42b0f44d36b7d4ee461 (diff) | |
download | CMake-521847809f4511352f01688227e8a22bc906f578.zip CMake-521847809f4511352f01688227e8a22bc906f578.tar.gz CMake-521847809f4511352f01688227e8a22bc906f578.tar.bz2 |
Merge topic 'ci-long-names'
544ee0edc0 CI: Add a long filename to a build
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5354
-rw-r--r-- | .gitlab/os-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 8e7a854..217442f 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -52,7 +52,7 @@ image: "kitware/cmake:ci-fedora31-x86_64-2020-10-03" variables: - GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" + GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes" #### Lint builds |