Skip to content

Commit

Permalink
fix: fail action on script errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 10, 2021
1 parent a733230 commit 06b14e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

npm i -g netlify-cli

NETLIFY_AUTH_TOKEN=$1
Expand Down

0 comments on commit 06b14e4

Please sign in to comment.