Skip to content

Commit

Permalink
Making sure to CD to proper directory
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 30, 2024
1 parent 7995ba2 commit 60a8b4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sam_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ rm -vf "${OUT_FILE}"
# opt out of amazon data collection
export SAM_CLI_TELEMETRY=0

# poetry
cd "${PROJECT_DIR}"
poetry self add poetry-plugin-export
cd -

REQUIREMENTS_FILE="${PROJECT_DIR}/src/requirements.txt"
if [ ! -f "${REQUIREMENTS_FILE}" ]; then
Expand Down

0 comments on commit 60a8b4f

Please sign in to comment.