Skip to content

Commit

Permalink
fix if in build
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed Mar 8, 2020
1 parent 7e5e758 commit f1a5bcb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ echo "git diff-tree --no-commit-id --name-only -r HEAD~1 | grep $2"

CH_FILES=`git diff-tree --no-commit-id --name-only -r HEAD~1 | grep $2`

if ! docker pull $1; then
docker build -t $1 $2
fi

docker build -t $1 $2

0 comments on commit f1a5bcb

Please sign in to comment.