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 }}):
115115 artifacts: # Re specify artifacts so the modified signed file is passed
116116 expire_in: 1 day # Signed layers should expire after 1 day
117117 paths:
118- - .layers/datadog_lambda_python -{ { $runtime .arch } }-{ { $runtime .python_version } }.zip
118+ - .layers/datadog_lambda_py -{ { $runtime .arch } }-{ { $runtime .python_version } }.zip
119119 before_script:
120120 - apt-get update
121121 - apt-get install -y uuid-runtime
122122 - EXTERNAL_ID_NAME={ { $environment .external_id } } ROLE_TO_ASSUME={ { $environment .role_to_assume } } AWS_ACCOUNT={ { $environment .account } } source ./ci/get_secrets.sh
123123 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 } }
125125{ { end } }
126126
127127publish-layer-{ { $environment .name } } ({ { $runtime .name } }-{ { $runtime .arch } }):
You can’t perform that action at this time.
0 commit comments