diff options
author | Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> | 2021-09-02 12:23:43 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-09-02 20:03:20 +0000 |
commit | 74eb05aced95f592cf04e7f2570fea16bc113d84 (patch) | |
tree | 1980e6a186dd44fee79565454869bfbc54ff1974 /.cirrus.yml | |
parent | ac06eea77c8f6b1c01547de814f5fe994a7ad107 (diff) | |
download | sonarqube-74eb05aced95f592cf04e7f2570fea16bc113d84.tar.gz sonarqube-74eb05aced95f592cf04e7f2570fea16bc113d84.zip |
NO_JIRA temporarily disable docs deployment
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 6f14a28b070..d91fc6cad38 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -418,6 +418,7 @@ promote_task: deploy_docs_task: depends_on: promote + skip: true only_if: $CIRRUS_BRANCH == 'dogfood-on-next' gke_container: <<: *GKE_CONTAINER_TEMPLATE |