Skip to content

Commit

Permalink
Fixing aws-session-manager-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 12, 2024
1 parent e2f642c commit bd4214a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/_build-and-cache-prebuilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
PKG_NAME: "${{ inputs.package-name }}"
run: |
# We're pulling already-built packages.
mkdir -p packages/${{ inputs.package-name }}/dist
bash ./download.sh
- name: Cache the packages
Expand Down
3 changes: 3 additions & 0 deletions packages/aws-session-manager-plugin/download.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail

# shellcheck disable=2154
mkdir -p "${GITHUB_WORKSPACE}/packages/${PKG_NAME}/dist"

# linux/amd64 (Intel64) RPM
# shellcheck disable=2154
wget "https://s3.amazonaws.com/session-manager-downloads/plugin/${PKG_VER}/linux_64bit/session-manager-plugin.rpm" \
Expand Down

0 comments on commit bd4214a

Please sign in to comment.