Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Fix CF directory referenced in the test package script - PCF no longe…
Browse files Browse the repository at this point in the history
…r exists

Signed-off-by: Marco Garofalo <mgarofalo@pivotal.io>
  • Loading branch information
Jenny Lea authored and textbook committed Jun 8, 2020
1 parent eea4b95 commit 01275c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ then
sleep 5
done

pushd "$SCRIPT_DIR/last-release/package/pcf"
pushd "$SCRIPT_DIR/last-release/package/cf"
echo 'Deploying old version to Cloud Foundry'
ENABLE_ANALYTICS=false ./deploy.sh $OLD_APP
popd
Expand Down

0 comments on commit 01275c3

Please sign in to comment.