Skip to content

Commit

Permalink
debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jan 11, 2024
1 parent 4b73851 commit d3c7eb3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,8 @@ jobs:
uses: cloud-gov/cg-cli-tools@main
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 &&
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 d3c7eb3

Please sign in to comment.