We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c0564f + 818cc00 commit 7477528Copy full SHA for 7477528
bin/compile
@@ -29,7 +29,7 @@ fi
29
cache_get_url=$(curl -s https://api.heroku.com/apps/$SHARED_BUILD_CACHE_APP_NAME/build-metadata \
30
-H "Accept: application/vnd.heroku+json; version=3.build-metadata" \
31
-H "Authorization: Bearer $HEROKU_API_KEY" \
32
- | ruby -e "require 'json'; print JSON[STDIN.read]['cache_get_url']")
+ | jq -r .cache_get_url)
33
34
echo "Restoring shared build cache from app [$SHARED_BUILD_CACHE_APP_NAME]..."
35
0 commit comments