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.
1 parent c1a0fee commit 4c02574Copy full SHA for 4c02574
scripts/integration.sh
@@ -161,14 +161,8 @@ function buildpack::package() {
161
--stack "${stack}" \
162
"${cached_flag}" > /dev/null
163
164
- # This is set by the ruby-written buildpack-packager
165
- local output
166
- if [[ "${cached}" == "true" ]]; then
167
- output="${ROOTDIR}/php_buildpack-cached-${stack}-v${version}.zip"
168
- else
169
- output="${ROOTDIR}/php_buildpack-${stack}-v${version}.zip"
170
- fi
171
- printf "%s" "${output}"
+ # this is the default output location of the package.sh script
+ echo "${ROOTDIR}/build/buildpack.zip"
172
}
173
174
main "${@:-}"
0 commit comments