Skip to content

Commit

Permalink
ci: Make arm scripts fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed May 9, 2024
1 parent 9dd3f3c commit 711202c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/arm/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -Eeuo pipefail

# This script builds PostgREST in a remote ARM server

Expand Down
1 change: 1 addition & 0 deletions .github/scripts/arm/docker-publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -Eeuo pipefail

# This script publishes the Docker ARM images to Docker Hub.

Expand Down

0 comments on commit 711202c

Please sign in to comment.