ci: Make arm scripts fail on error

This commit is contained in:
Wolfgang Walther
2024-05-09 21:43:42 +02:00
parent 9dd3f3c094
commit 711202c2a0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
#!/bin/bash
set -Eeuo pipefail
# This script builds PostgREST in a remote ARM server
+1
View File
@@ -1,4 +1,5 @@
#!/bin/bash
set -Eeuo pipefail
# This script publishes the Docker ARM images to Docker Hub.