Commit a82b13e 1 parent 97360fb commit a82b13e Copy full SHA for a82b13e
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 46
46
PROJECT : " openaq"
47
47
48
48
# # deployment variables
49
- CDK_ACCOUNT : ${{ secrets.CDK_ACCOUNT }}
50
- CDK_REGION : ${{ secrets.CDK_REGION }}
49
+ # CDK_ACCOUNT: ${{ secrets.CDK_ACCOUNT }}
50
+ # CDK_REGION: ${{ secrets.CDK_REGION }}
51
+
51
52
VPC_ID : ${{ env.AEOLUS_VPC_ID }}
52
53
53
54
TOPIC_ARN : ${{ env.AEOLUS_FETCH_OBJECT_TOPIC_ARN }}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def create_dependencies_layer(
23
23
output_dir = f'../.build/{ function_name } '
24
24
layer_id = f'openaq-{ function_name } -{ env_name } -dependencies'
25
25
26
- if not environ .get ('SKIP_PIP ' ):
26
+ if not environ .get ('SKIP_BUILD ' ):
27
27
print (f'Building { layer_id } from { requirements_file } into { output_dir } ' )
28
28
subprocess .run (
29
29
f"""python -m pip install -qq -r { requirements_file } \
You can’t perform that action at this time.
0 commit comments