build: Use curl -f on vm-informant download (#3363)

Without this, we can silently fail
This commit is contained in:
sharnoff
2023-01-17 09:38:33 +00:00
committed by GitHub
parent 48dd9565ac
commit f8e887830a

View File

@@ -610,7 +610,7 @@ jobs:
- name: Downloading VM informant version ${{ env.VM_INFORMANT_VERSION }}
run: |
curl -L https://github.com/neondatabase/autoscaling/releases/download/${{ env.VM_INFORMANT_VERSION }}/vm-informant -o vm-informant
curl -fL https://github.com/neondatabase/autoscaling/releases/download/${{ env.VM_INFORMANT_VERSION }}/vm-informant -o vm-informant
chmod +x vm-informant
- name: Adding VM informant to compute-node image