Skip to content

Commit 5af81eb

Browse files
committed
chore: rm TODO comments on done items
1 parent ed9225d commit 5af81eb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
-e "internal_artifacts_bucket=${{ secrets.ARTIFACTS_BUCKET }}" \
7777
manifest-playbook.yml
7878
79-
# - name: Upload pg binaries to s3 staging
80-
# run: |
81-
# aws s3 cp /tmp/pg_binaries.tar.gz s3://${{ secrets.ARTIFACTS_BUCKET }}/upgrades/postgres/supabase-postgres-${{ steps.process_release_version.outputs.version }}/20.04.tar.gz
82-
# #TODO look to see if this only pg binaries and if so, remove this as it is covered by nix build
83-
# TODO deactivate this block to assure binaries from this file are not uploaded. This is covered by nix build
8479
8580
#Our self hosted github runner already has permissions to publish images
8681
#but they're limited to only that;
@@ -101,10 +96,6 @@ jobs:
10196
-e "internal_artifacts_bucket=${{ secrets.PROD_ARTIFACTS_BUCKET }}" \
10297
manifest-playbook.yml
10398
104-
# - name: Upload pg binaries to s3 prod
105-
# run: |
106-
# aws s3 cp /tmp/pg_binaries.tar.gz s3://${{ secrets.PROD_ARTIFACTS_BUCKET }}/upgrades/postgres/supabase-postgres-${{ steps.process_release_version.outputs.version }}/20.04.tar.gz
107-
#TODO deactivate this block to assure binaries from this file are not uploaded. This is covered by nix build
10899

109100

110101
- name: Create release

0 commit comments

Comments
 (0)