Skip to content

Commit

Permalink
Double check we are in the right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed Sep 15, 2023
1 parent 6fb392f commit 1ddd22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-vz-api-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function deploy_aws_lambda {

# Check ATD CR3 API
cd "atd-cr3-api";
echo $(ls);

python3 -m venv venv;
source venv/bin/activate;
Expand Down

0 comments on commit 1ddd22a

Please sign in to comment.