File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,13 @@ sign-layer ({{ $runtime.name }}-{{ $runtime.arch }}):
115
115
artifacts: # Re specify artifacts so the modified signed file is passed
116
116
expire_in: 1 day # Signed layers should expire after 1 day
117
117
paths:
118
- - .layers/datadog_lambda_python -{ { $runtime .arch } }-{ { $runtime .python_version } }.zip
118
+ - .layers/datadog_lambda_py -{ { $runtime .arch } }-{ { $runtime .python_version } }.zip
119
119
before_script:
120
120
- apt-get update
121
121
- apt-get install -y uuid-runtime
122
122
- EXTERNAL_ID_NAME={ { $environment .external_id } } ROLE_TO_ASSUME={ { $environment .role_to_assume } } AWS_ACCOUNT={ { $environment .account } } source ./ci/get_secrets.sh
123
123
script:
124
- - LAYER_FILE=datadog_lambda_python -{ { $runtime .arch} }-{ { $runtime .python_version } }.zip ./scripts/sign_layers.sh { { $environment .name } }
124
+ - LAYER_FILE=datadog_lambda_py -{ { $runtime .arch} }-{ { $runtime .python_version } }.zip ./scripts/sign_layers.sh { { $environment .name } }
125
125
{ { end } }
126
126
127
127
publish-layer-{ { $environment .name } } ({ { $runtime .name } }-{ { $runtime .arch } }):
You can’t perform that action at this time.
0 commit comments