Skip to content

Commit

Permalink
env set
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jan 25, 2025
1 parent 263abc2 commit 7263140
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -881,12 +881,6 @@ jobs:
shopt -s failglob
set -eEBxuo pipefail
if [[ "null" == "${{ steps.distribution.outputs.distribution }}" ]]
then
exit "Step id distribution failed."
fi
echo "Checking if stack exists ..."
cat > ./imageBuilderScriptBuild <<'IMAGE-BUILDER-BUILD-EOF'
${{ inputs.imageBuilderScriptBuild }}
IMAGE-BUILDER-BUILD-EOF
Expand All @@ -896,7 +890,7 @@ jobs:
IMAGE-BUILDER-VALIDATE-EOF
./.github/assets/shell/createUpdateImageBuilder.sh \
"${{ steps.distribution.outputs.distribution }}" \
"${{ env.distribution }}" \
"${{ matrix.aws-region }}" \
"${{ inputs.environment }}" \
"${{ needs.CONSTANTS.outputs.repositoryNicename }}" \
Expand Down

0 comments on commit 7263140

Please sign in to comment.