File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,11 +187,11 @@ jobs:
187
187
run : unzip cdk.py${{ matrix.python-version }}.out.zip
188
188
- name : Define constants
189
189
id : constants
190
- run : uname -a
191
- # run: |
192
- # PYTHON_VERSION=$(echo ${{ matrix.python-version }} | tr -d '.')
190
+ run : |
191
+ PYTHON_VERSION=$(echo ${{ matrix.python-version }} | tr -d '.')
192
+ echo " PYTHON_VERSION=${PYTHON_VERSION}" >> "$GITHUB_OUTPUT"
193
193
# LAYER_VERSION=$(echo ${{ matrix.region }}-$PYTHON_VERSION-layer-version.txt)
194
- # echo "PYTHON_VERSION=${PYTHON_VERSION}" >> $GITHUB_OUTPUT
194
+
195
195
# echo "LAYER_VERSION=${LAYER_VERSION}" >> $GITHUB_OUTPUT
196
196
- name : CDK Deploy Layer
197
197
run : npx cdk deploy --app cdk.out --context region=${{ matrix.region }} --parameters HasARM64Support=${{ matrix.has_arm64_support }} "LayerV2Stack-${{steps.constants.outputs.PYTHON_VERSION}}" --require-approval never --verbose --outputs-file cdk-outputs.json
You can’t perform that action at this time.
0 commit comments