Skip to content

Commit

Permalink
[FLINK-17374][travis] Remove tools/travis directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Apr 29, 2020
1 parent b973b75 commit 1c67c5f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 67 deletions.
2 changes: 1 addition & 1 deletion tools/azure-pipelines/build-apache-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ stages:
inputs:
versionSpec: '= 2.4'
addToPath: true
- script: ./tools/travis/docs.sh
- script: ./tools/ci/docs.sh
- template: build-python-wheels.yml
parameters:
stage_name: cron_python_wheels
Expand Down
4 changes: 2 additions & 2 deletions tools/azure_controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if [ -z "$HERE" ] ; then
exit 1 # fail
fi

source "${HERE}/travis/stage.sh"
source "${HERE}/travis/shade.sh"
source "${HERE}/ci/stage.sh"
source "${HERE}/ci/shade.sh"
source "${HERE}/ci/maven-utils.sh"

echo $M2_HOME
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
45 changes: 0 additions & 45 deletions tools/travis/fold.sh

This file was deleted.

19 changes: 0 additions & 19 deletions tools/travis/setup_docker.sh

This file was deleted.

0 comments on commit 1c67c5f

Please sign in to comment.