Browse Source

[NO-JIRA] Remove static doc related tasks

tags/9.7.0.61563
Philippe Perrin 1 year ago
parent
commit
0383a59a99
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      .cirrus.yml

+ 0
- 9
.cirrus.yml View File

@@ -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'

Loading…
Cancel
Save