diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-08-15 18:36:45 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-23 20:03:04 +0000 |
commit | 0383a59a99a20451ae4e29dd307b932f37328a7a (patch) | |
tree | 043745d03ad994fa922db7916d57abc9894da26b | |
parent | 4fcbf609f5f2da8185c16aa7ef57ee627b6cada4 (diff) | |
download | sonarqube-0383a59a99a20451ae4e29dd307b932f37328a7a.tar.gz sonarqube-0383a59a99a20451ae4e29dd307b932f37328a7a.zip |
[NO-JIRA] Remove static doc related tasks
-rw-r--r-- | .cirrus.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3b9b8e33fa8..1df258f127e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -486,15 +486,6 @@ promote_task: script: - ./private/cirrus/cirrus-promote.sh -deploy_docs_task: - depends_on: promote - skip: true - only_if: $CIRRUS_BRANCH == 'dogfood-on-next' - gke_container: - <<: *GKE_CONTAINER_TEMPLATE - script: - - ./private/cirrus/cirrus-trigger-deploy-docs.sh - package_docker_task: depends_on: promote only_if: $CIRRUS_BRANCH == 'master' |