Skip to content

Commit cb18c73

Browse files
committed
debug eph inst script
1 parent 0739011 commit cb18c73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ephemeral.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- name: Run Ephemeral Script and Capture Output
4040
run: |
4141
pip3 install localstack
42-
OUTPUT=$(bash bin/ephemeral.sh 2>&1)
42+
bash bin/ephemeral.sh 2>&1 | tee output.log
43+
44+
OUTPUT=$(cat output.log)
4345
echo "$OUTPUT"
4446
NEW_URL=$(echo "$OUTPUT" | grep -Eo 'https://ls-[^ ]+')
4547

0 commit comments

Comments
 (0)