Skip to content

Commit

Permalink
Switch to @pilot release of DX CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Dec 24, 2016
1 parent ad14672 commit e9a4b7c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,7 @@ export XDG_CACHE_HOME="$BUILD_DIR/.cache"
mkdir -p $XDG_CACHE_HOME/heroku
touch $XDG_CACHE_HOME/heroku/autoupdate

# install plugins
: ${SALESFORCE_APPCLOUD_TOOLBET_DIST_TAG:="preview"}
: ${SALESFORCE_FORCE_COM_CLI_DIST_TAG:="preview"}

if [ "$SALESFORCE_BUILDPACK_DEBUG" == "true" ]; then
debug "SALESFORCE_APPCLOUD_TOOLBET_DIST_TAG=$SALESFORCE_APPCLOUD_TOOLBET_DIST_TAG"
fi

heroku plugins:install salesforce-alm@$SALESFORCE_APPCLOUD_TOOLBET_DIST_TAG
heroku plugins:install force-com@pilot
heroku plugins

status "Heroku CLI and SFDX plugins installation complete"
Expand Down

0 comments on commit e9a4b7c

Please sign in to comment.