Skip to content

Commit

Permalink
fix the ephemeral startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Nov 27, 2024
1 parent 06affcc commit 7bad618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ephemeral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
pip install awscli awscli-local
- name: Run Ephemeral Script and Capture Output
run: |
run: |
pip3 install localstack
OUTPUT=$(bash bin/ephemeral.sh 2>&1)
echo "$OUTPUT"
NEW_URL=$(echo "$OUTPUT" | grep -Eo 'https://ls-[^ ]+')
Expand Down

0 comments on commit 7bad618

Please sign in to comment.