From e9a4b7c327a27900efddef413dad7305f434d205 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Fri, 23 Dec 2016 22:38:13 -0600 Subject: [PATCH] Switch to @pilot release of DX CLI --- bin/compile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/bin/compile b/bin/compile index 2692736..a697f24 100644 --- a/bin/compile +++ b/bin/compile @@ -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"