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

Commit

Permalink
debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jan 10, 2024
1 parent df581a0 commit 8928ae7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,17 @@ jobs:
with:
command: |
apt install -y jq &&
echo "01" &&
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 &&
echo "02" &&
cf install-plugin -f -r drain-plugin &&
echo "03" &&
rm -f drain-plugin &&
echo "04" &&
mkdir -p /root/.cf/ && touch /root/.cf/config.json &&
echo "05" &&
./create-space-drain.sh development-ssb
echo "06"
cf_org: gsa-datagov
cf_space: development
cf_username: ${{secrets.CF_SERVICE_USER}}
Expand Down

0 comments on commit 8928ae7

Please sign in to comment.