Skip to content

Commit 2bc347c

Browse files
authored
fix(ci): remove premature aws verify before symlink fix (#1254)
The AWS CLI installer creates absolute symlinks in bin/ which can't be resolved until the 'Fix symlinks' step runs. Move verification to after symlink fixup. Co-authored-by: chaodu-agent <chaodu-agent@users.noreply.github.com>
1 parent c2af9fb commit 2bc347c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/bundle-pre-seed-utils.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
unzip -q /tmp/awscli.zip -d /tmp
7575
/tmp/aws/install --install-dir ./aws-cli --bin-dir ./bin
7676
rm -rf /tmp/aws /tmp/awscli.zip
77-
# Verify
78-
./bin/aws --version
7977
8078
- name: Download ghp from ghpool release
8179
env:
@@ -154,7 +152,7 @@ jobs:
154152
env:
155153
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156154
run: |
157-
TAG="utils-v${{ needs.resolve.outputs.aws_cli_version }}-ghp${{ needs.resolve.outputs.ghpool_version }}"
155+
TAG="pre-seed-utils-v${{ needs.resolve.outputs.aws_cli_version }}-ghp${{ needs.resolve.outputs.ghpool_version }}"
158156
gh release create "$TAG" \
159157
--repo ${{ github.repository }} \
160158
--title "pre_seed utils (AWS CLI ${{ needs.resolve.outputs.aws_cli_version }} + ghp ${{ needs.resolve.outputs.ghpool_version }})" \

0 commit comments

Comments
 (0)