Skip to content

Commit

Permalink
SFD-XXXX Update python path variable (#197)
Browse files Browse the repository at this point in the history
* SFD-XXXX Update python path variable

* SFD-XXXX Update python path variable
  • Loading branch information
daonhs authored Sep 1, 2023
1 parent ae334ad commit 62f4c77
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,13 @@ prepare-lambda-deployment-postcode-insert: # Downloads the required libraries fo
-r requirements.txt \
-t $(PROJECT_DIR)infrastructure/stacks/postcode_etl/functions/uec-sf-postcode-insert/deploy \
--upgrade \
--no-deps \
--system
--no-deps
else
pip install \
-r requirements.txt \
-t $(PROJECT_DIR)infrastructure/stacks/postcode_etl/functions/uec-sf-postcode-insert/deploy \
--upgrade \
--no-deps \
--system
--no-deps
fi
cd $(PROJECT_DIR)infrastructure/stacks/postcode_etl/functions/uec-sf-postcode-insert/deploy
rm -rf ./bin
Expand All @@ -272,15 +270,13 @@ prepare-lambda-deployment-postcode-extract: # Downloads the required libraries f
-r requirements.txt \
-t $(PROJECT_DIR)infrastructure/stacks/postcode_etl/functions/uec-sf-postcode-extract/deploy \
--upgrade \
--no-deps \
--system
--no-deps
else
pip install \
-r requirements.txt \
-t $(PROJECT_DIR)infrastructure/stacks/postcode_etl/functions/uec-sf-postcode-extract/deploy \
--upgrade \
--no-deps \
--system
--no-deps
fi
cd $(PROJECT_DIR)infrastructure/stacks/postcode_etl/functions/uec-sf-postcode-extract/deploy
rm -rf ./bin
Expand Down

0 comments on commit 62f4c77

Please sign in to comment.