follow-up prev: unshallow no longer needed
This commit is contained in:
@@ -47,14 +47,12 @@ jobs:
|
|||||||
python: false
|
python: false
|
||||||
install:
|
install:
|
||||||
- git fetch --all --tags
|
- git fetch --all --tags
|
||||||
- git fetch origin --unshallow
|
|
||||||
script: ./contrib/build-osx/make_osx
|
script: ./contrib/build-osx/make_osx
|
||||||
after_script: ls -lah dist && md5 dist/*
|
after_script: ls -lah dist && md5 dist/*
|
||||||
after_success: true
|
after_success: true
|
||||||
- stage: release check
|
- stage: release check
|
||||||
install:
|
install:
|
||||||
- git fetch --all --tags
|
- git fetch --all --tags
|
||||||
- git fetch origin --unshallow
|
|
||||||
script:
|
script:
|
||||||
- ./contrib/deterministic-build/check_submodules.sh
|
- ./contrib/deterministic-build/check_submodules.sh
|
||||||
after_success: true
|
after_success: true
|
||||||
|
|||||||
Reference in New Issue
Block a user