Merge pull request #2245 from aaronlehmann/fetch-origin
[CI] Fetch origin before diffing
This commit is contained in:
commit
a40abc69f2
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ test:
|
|||
- gvm use stable && go version
|
||||
|
||||
# Ensure validation of dependencies
|
||||
- git fetch origin:
|
||||
pwd: $BASE_STABLE
|
||||
- gvm use stable && if test -n "`git diff --stat=1000 origin/master | grep -E \"^[[:space:]]*vendor\"`"; then make dep-validate; fi:
|
||||
pwd: $BASE_STABLE
|
||||
|
||||
|
|
Loading…
Reference in a new issue