Skip to content

Commit

Permalink
Merge pull request #25 from tpluscode/patch-3
Browse files Browse the repository at this point in the history
fix: fail action on script errors
  • Loading branch information
jsmrcaga committed Nov 16, 2021
2 parents 9cc40dc + 5689147 commit 2fe02b2
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

# Install netlify globally before NVM to prevent EACCESS issues
npm i -g netlify-cli

Expand Down

0 comments on commit 2fe02b2

Please sign in to comment.