Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 873207f

Browse files
committed
remove set -e
1 parent 282e1f8 commit 873207f

File tree

1 file changed

+0
-2
lines changed
  • github-upload-public-key

1 file changed

+0
-2
lines changed

github-upload-public-key/run.sh

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

3-
set -e
4-
53
if [ -z "$CODER_ACCESS_URL" ]; then
64
if [ -z "${CODER_ACCESS_URL}" ]; then
75
echo "CODER_ACCESS_URL is empty!"

0 commit comments

Comments
 (0)