Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
change apt and add logstack-deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jan 10, 2024
1 parent f1e72c6 commit ed7040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: cloud-gov/cg-cli-tools@main
with:
command: |
apt-get install -y jq &&
apt install -y jq &&
curl -L -o drain-plugin https://github.com/cloudfoundry/cf-drain-cli/releases/download/v2.0.0/cf-drain-cli-linux &&
cf install-plugin -f -r drain-plugin &&
rm -f drain-plugin &&
Expand Down

0 comments on commit ed7040c

Please sign in to comment.