Skip to content

Commit 975ffaf

Browse files
Pipeline for v3
1 parent 8346e15 commit 975ffaf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/reusable_deploy_v3_layer_stack.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,8 @@ jobs:
190190
run: |
191191
PYTHON_VERSION=$(echo ${{ matrix.python-version }} | tr -d '.')
192192
echo "PYTHON_VERSION=${PYTHON_VERSION}" >> "$GITHUB_OUTPUT"
193-
# LAYER_VERSION=$(echo ${{ matrix.region }}-$PYTHON_VERSION-layer-version.txt)
194-
195-
# echo "LAYER_VERSION=${LAYER_VERSION}" >> $GITHUB_OUTPUT
193+
LAYER_VERSION=${{ matrix.region }}-$PYTHON_VERSION-layer-version.txt
194+
echo "LAYER_VERSION=${LAYER_VERSION}" >> "$GITHUB_OUTPUT"
196195
- name: CDK Deploy Layer
197196
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
198197
- name: Store latest Layer ARN

0 commit comments

Comments
 (0)