Skip to content

Commit

Permalink
ci: make dep ensure false on warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cuonglm committed Oct 25, 2019
1 parent f2cdc39 commit 416685b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
curl --fail https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep version
dep status
dep ensure -update -dry-run
case $(dep ensure 2>&1 | head -n 1) in Warning*) false ;; esac
dep check
Expand Down

0 comments on commit 416685b

Please sign in to comment.