Skip to content

Commit

Permalink
AWS enviro ack
Browse files Browse the repository at this point in the history
  • Loading branch information
ceh1 committed Dec 1, 2024
1 parent 1940731 commit ca1b137
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dpc-web-portal-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ trap _finally EXIT
echo "┌───────────────────────┐"
echo "│ │"
echo "│ Running Web Tests |"
if [ "$IS_AWS_EC2" = "yes" ]; then
echo "│ (AWS EC2) │"
else
echo "│ │"
echo "│ │"
echo "└───────────────────────┘"

Expand Down

0 comments on commit ca1b137

Please sign in to comment.