CI: GIT_STRATEGY: fetch
Seems to avoid fetching all the branches which was preventing shallow cloning from being actually useful.
This commit is contained in:
parent
ccf476a4c8
commit
b0e3a86316
@ -9,6 +9,7 @@ variables: &global_variables
|
||||
DB_HOST: postgres
|
||||
DB_PORT: "5432"
|
||||
MIX_ENV: test
|
||||
GIT_STRATEGY: fetch
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
|
0
changelog.d/ci-git-fetch.skip
Normal file
0
changelog.d/ci-git-fetch.skip
Normal file
Loading…
Reference in New Issue
Block a user