From 55acc27a72c6d9a2c4e7be4dad4577ea8d3dad57 Mon Sep 17 00:00:00 2001 From: Wade Wegner Date: Sun, 11 Feb 2018 07:57:25 -0800 Subject: [PATCH] Tagged CLI buildpack --- app.json | 4 ++-- setup.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index 90aa9cd..db4f98f 100644 --- a/app.json +++ b/app.json @@ -12,9 +12,9 @@ "dependencies": {}, "devDependencies": {}, "buildpacks": [{ - "url": "https://github.com/wadewegner/salesforce-cli-buildpack" + "url": "https://github.com/wadewegner/salesforce-cli-buildpack#v1" }, { - "url": "https://github.com/wadewegner/salesforce-dx-buildpack" + "url": "https://github.com/wadewegner/salesforce-dx-buildpack#v1" }], "env": { "DEV_HUB_SFDX_AUTH_URL": { diff --git a/setup.sh b/setup.sh index 1ba8f71..b29d6c8 100755 --- a/setup.sh +++ b/setup.sh @@ -59,9 +59,9 @@ stagingSfdxAuthUrl=$(sfdx force:org:display --verbose -u $PROD_USERNAME --json | heroku config:set SFDX_AUTH_URL=$stagingSfdxAuthUrl -a $HEROKU_PROD_APP_NAME # Add buildpacks to apps -heroku buildpacks:add -i 1 https://github.com/wadewegner/salesforce-cli-buildpack -a $HEROKU_DEV_APP_NAME -heroku buildpacks:add -i 1 https://github.com/wadewegner/salesforce-cli-buildpack -a $HEROKU_STAGING_APP_NAME -heroku buildpacks:add -i 1 https://github.com/wadewegner/salesforce-cli-buildpack -a $HEROKU_PROD_APP_NAME +heroku buildpacks:add -i 1 https://github.com/wadewegner/salesforce-cli-buildpack#v1 -a $HEROKU_DEV_APP_NAME +heroku buildpacks:add -i 1 https://github.com/wadewegner/salesforce-cli-buildpack#v1 -a $HEROKU_STAGING_APP_NAME +heroku buildpacks:add -i 1 https://github.com/wadewegner/salesforce-cli-buildpack#v1 -a $HEROKU_PROD_APP_NAME heroku buildpacks:add -i 2 https://github.com/wadewegner/salesforce-dx-buildpack#v1 -a $HEROKU_DEV_APP_NAME heroku buildpacks:add -i 2 https://github.com/wadewegner/salesforce-dx-buildpack#v1 -a $HEROKU_STAGING_APP_NAME