Skip to content

Commit

Permalink
ci debug: print current directory after make up
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 22, 2024
1 parent 76fcfc0 commit 2045508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ start_docker_compose_for_everest() {
make up
echo "PRINT CURRENT DIRECTORY"
pwd
ls
ls everest/config/everest/certs
if [ $? -ne 0 ]; then
echo "Failed to start Docker Compose for tests"
stop_docker_compose_for_everest
Expand Down

0 comments on commit 2045508

Please sign in to comment.