Skip to content

Commit 40e9881

Browse files
committed
Code cleanup.
1 parent 527586d commit 40e9881

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main_build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
- "release/v*"
8-
- ecs-entry
98
workflow_dispatch: # be able to run the workflow on demand
109
env:
1110
AWS_DEFAULT_REGION: us-east-1
@@ -43,13 +42,11 @@ jobs:
4342
shortsha="$(git rev-parse --short HEAD)"
4443
echo "SHORT_SHA=$shortsha" >> $GITHUB_ENV
4544
python_distro_tag=$pkg_version-$shortsha
46-
echo "$python_distro_tag"
4745
echo "awsDefaultRegion=${{ env.AWS_DEFAULT_REGION }}" >> $GITHUB_OUTPUT
4846
echo "python_image_tag=$python_distro_tag" >> $GITHUB_OUTPUT
4947
echo "stagingRegistry=${{ env.STAGING_ECR_REGISTRY }}" >> $GITHUB_OUTPUT
5048
echo "stagingRepository=${{ env.STAGING_ECR_REPOSITORY }}" >> $GITHUB_OUTPUT
5149
echo "stagingImage=${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}:$python_distro_tag" >> $GITHUB_OUTPUT
52-
echo "${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}:$python_distro_tag"
5350
5451
- name: Build and Push Wheel and Image Files
5552
uses: ./.github/actions/artifacts_build

0 commit comments

Comments
 (0)