Skip to content

Commit

Permalink
Try zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
artufimtcev committed May 28, 2024
1 parent 9561a3f commit 19de457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash
#!/bin/zsh
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set
# x would be for showing the commands before they are executed
set -eu
shopt -s globstar

# FUNCTIONS
# Function for setting up git env in the docker container (copied from https://github.com/stefanzweifel/git-auto-commit-action/blob/master/entrypoint.sh)
Expand Down

0 comments on commit 19de457

Please sign in to comment.