Skip to content

Commit 2fe02b2

Browse files
authored
Merge pull request #25 from tpluscode/patch-3
fix: fail action on script errors
2 parents 9cc40dc + 5689147 commit 2fe02b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
# Install netlify globally before NVM to prevent EACCESS issues
46
npm i -g netlify-cli
57

0 commit comments

Comments
 (0)