Skip to content

Commit

Permalink
[FLINK-34045][ci] Removes tools/ci/docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Mar 18, 2024
1 parent b42ff69 commit 6bb559e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ stages:
- task: GoTool@0
inputs:
version: '1.18.1'
- script: ./tools/ci/docs.sh
- script: ./docs/setup_hugo.sh && ./docs/build_docs.sh build
# CI / Special stage for release, e.g. building PyFlink wheel packages, etc:
- stage: ci_release
displayName: "CI build (release)"
Expand Down
4 changes: 2 additions & 2 deletions tools/azure-pipelines/build-apache-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ stages:
echo "##vso[task.setvariable variable=skip;]0"
fi
displayName: Check if PR contains docs change
- script: ./tools/ci/docs.sh
- script: ./docs/setup_hugo.sh && ./docs/build_docs.sh build
condition: not(eq(variables['SKIP'], '1'))
# Special stage for nightly builds:
- stage: cron_build
Expand Down Expand Up @@ -179,7 +179,7 @@ stages:
- task: GoTool@0
inputs:
version: '1.18.1'
- script: ./tools/ci/docs.sh
- script: ./docs/build_docs.sh install-hugo && ./docs/build_docs.sh build
- template: build-python-wheels.yml
parameters:
stage_name: cron_python_wheels
Expand Down
21 changes: 0 additions & 21 deletions tools/ci/docs.sh

This file was deleted.

0 comments on commit 6bb559e

Please sign in to comment.