Skip to content

Commit

Permalink
fix: merge pull request #1 from Leukocyte-Lab/fix/buildfailedbutsuccess
Browse files Browse the repository at this point in the history
fix: error not exit issue
  • Loading branch information
jason8399 authored Aug 7, 2020
2 parents 4097d3e + 47aa45b commit 6c8e617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

# Exit immediately if a pipeline returns a non-zero status.
set -e

# Add Prviate Key
add_ssh_key() {
mkdir -p ~/.ssh/
Expand Down

0 comments on commit 6c8e617

Please sign in to comment.