Skip to content

Commit

Permalink
set session manager plugin version to 1.2.398.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo C. Moraes committed Jun 3, 2024
1 parent e43e299 commit 26e64cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: install and setup session-manager-plugin
run: |
export SMP_PACKAGE=session-manager-plugin
export SMP_VERSION=latest
export SMP_VERSION=1.2.398.0
curl -sSLfo "/tmp/${SMP_PACKAGE}.deb" "https://s3.amazonaws.com/session-manager-downloads/plugin/${SMP_VERSION}/ubuntu_64bit/${SMP_PACKAGE}.deb"
sudo apt-get install -y "/tmp/${SMP_PACKAGE}.deb"
- name: setup openssh-client
Expand Down

0 comments on commit 26e64cc

Please sign in to comment.