File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3257,6 +3257,8 @@ steps:
32573257 name : test_dataproc-37
32583258 image :
32593259 valueFrom : ci_utils_image.image
3260+ resources :
3261+ preemptible : False
32603262 script : |
32613263 set -ex
32623264
@@ -3298,6 +3300,8 @@ steps:
32983300 name : test_dataproc-38
32993301 image :
33003302 valueFrom : ci_utils_image.image
3303+ resources :
3304+ preemptible : False
33013305 script : |
33023306 set -ex
33033307
@@ -3383,7 +3387,7 @@ steps:
33833387 HAIL_GENETICS_VEP_GRCH38_95_IMAGE=docker://{{ hailgenetics_vep_grch38_95_image.image }} \
33843388 AZURE_WHEEL=/io/azure-wheel/hail-*-py3-none-any.whl \
33853389 WEBSITE_TAR=/io/www.tar.gz \
3386- ./ scripts/release.sh
3390+ bash scripts/release.sh
33873391
33883392 echo '1' > /io/release-hail-flag
33893393 inputs :
Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ release: test-dataproc $(WHEEL)
444444 HAIL_GENETICS_VEP_GRCH38_95_IMAGE=$(HAIL_GENETICS_VEP_GRCH38_95_IMAGE ) \
445445 AZURE_WHEEL=$(AZURE_WHEEL ) \
446446 WEBSITE_TAR=$(WEBSITE_TAR ) \
447- ./ scripts/release.sh
447+ bash scripts/release.sh
448448
449449python/hail/docs/change_log.rst : python/hail/docs/change_log.md
450450 sed -E " s/\(hail\#([0-9]+)\)/(\[#\1](https:\/\/github.com\/hail-is\/hail\/pull\/\1))/g" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
66
77usage () {
88cat << EOF
9- usage: ./ $( basename " $0 " )
9+ usage: $( basename " $0 " )
1010
1111 All arguments are specified by environment variables. For example:
1212
@@ -24,7 +24,7 @@ usage: ./$(basename "$0")
2424 HAIL_GENETICS_VEP_GRCH38_95_IMAGE=docker://us-docker.pkg.dev/hail-vdc/hail/hailgenetics/vep-grch38-95:deploy-123abc
2525 AZURE_WHEEL=/path/to/wheel/for/azure
2626 WEBSITE_TAR=/path/to/www.tar.gz
27- ./ $( basename " $0 " )
27+ bash $( basename " $0 " )
2828EOF
2929}
3030
You can’t perform that action at this time.
0 commit comments