Skip to content

Commit 8346e15

Browse files
Pipeline for v3
1 parent 7387138 commit 8346e15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable_deploy_v3_layer_stack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ jobs:
187187
run: unzip cdk.py${{ matrix.python-version }}.out.zip
188188
- name: Define constants
189189
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"
193193
# LAYER_VERSION=$(echo ${{ matrix.region }}-$PYTHON_VERSION-layer-version.txt)
194-
# echo "PYTHON_VERSION=${PYTHON_VERSION}" >> $GITHUB_OUTPUT
194+
195195
# echo "LAYER_VERSION=${LAYER_VERSION}" >> $GITHUB_OUTPUT
196196
- name: CDK Deploy Layer
197197
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

0 commit comments

Comments
 (0)