Skip to content

Commit b0f59b1

Browse files
committed
CCM-17605: Revert pre.sh output action condition
1 parent f285fa9 commit b0f59b1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

infrastructure/terraform/components/examplecomponent/pre.sh.disabled

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ echo "COMPONENT=$COMPONENT"
2828
echo "AWS_REGION=$REGION"
2929
echo "AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID"
3030

31-
# No build steps required for output action
32-
if [ "${ACTION}" = "output" ]; then
33-
echo "ACTION=output: skipping build and dependency steps."
34-
return 0
35-
fi
36-
3731
# Calculate container image prefix from PROJECT, ENVIRONMENT, COMPONENT
3832
CONTAINER_IMAGE_PREFIX="${PROJECT}-${ENVIRONMENT}-${COMPONENT}"
3933
echo "CONTAINER_IMAGE_PREFIX: ${CONTAINER_IMAGE_PREFIX}"

0 commit comments

Comments
 (0)