Skip to content

Commit

Permalink
test: fix backend docker build used in travis. Fixes kubeflow#405 (ku…
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-hataishi authored Jan 6, 2021
1 parent 4bec15f commit 744d817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ echo "Latest upstream commit: ${latest_commit}"
dockerfiles=(`ls Dockerfile*`)
files_to_check=(${dockerfiles} src)

for file in $files_to_check
for file in ${files_to_check[@]}
do
# Make sure to fetch git_url to make sure this commit exists
diff_output=$(git diff ${latest_commit} HEAD -- $file)
Expand Down

0 comments on commit 744d817

Please sign in to comment.