ci: Make arm scripts fail on error

This commit is contained in:
Wolfgang Walther
2024-05-09 21:46:10 +02:00
parent 7d713b8c53
commit 5580fe0040
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.