Skip to content

Commit 5ab7766

Browse files
committed
fix(ci): remove premature aws verify before symlink fix
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.
1 parent c2af9fb commit 5ab7766

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 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:

0 commit comments

Comments
 (0)