Skip to content

Commit

Permalink
[FLINK-22952][azure] Remove Ruby usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jun 10, 2021
1 parent dd73933 commit 084f846
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/azure-pipelines/build-apache-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ stages:
echo "##vso[task.setvariable variable=skip;]0"
fi
displayName: Check if PR contains docs change
- task: UseRubyVersion@0
condition: not(eq(variables['SKIP'], '1'))
inputs:
versionSpec: '= 2.4'
addToPath: true
- script: ./tools/ci/docs.sh
condition: not(eq(variables['SKIP'], '1'))
# Special stage for nightly builds:
Expand Down

0 comments on commit 084f846

Please sign in to comment.