Skip to content

Commit

Permalink
Add missing bash opts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Nov 24, 2024
1 parent 81e9a08 commit 4d63461
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Create Version file
run: |
#!/usr/bin/env bash
set -ex -o pipefail
# Version identifier
echo "$(git describe --always --tags)" > ./etc/.rsync-version
# Version hash
Expand Down

0 comments on commit 4d63461

Please sign in to comment.