Skip to content

Commit

Permalink
Merge pull request #5 from paketo-buildpacks/pipeline-polishing
Browse files Browse the repository at this point in the history
Pipeline Polishing

Signed-off-by: Ben Hale <bhale@vmware.com>
  • Loading branch information
nebhale authored Oct 10, 2020
2 parents f2d5a2f + eaf9f0b commit 73943f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
set -euo pipefail
if [[ -n "${INCLUDE_DEPENDENCIES+x}" ]]; then
if [[ "${INCLUDE_DEPENDENCIES}" == "true" ]]; then
create-package \
--cache-location "${HOME}"/carton-cache \
--destination "${HOME}"/buildpack \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
set -euo pipefail
if [[ -n "${INCLUDE_DEPENDENCIES+x}" ]]; then
if [[ "${INCLUDE_DEPENDENCIES}" == "true" ]]; then
create-package \
--cache-location "${HOME}"/carton-cache \
--destination "${HOME}"/buildpack \
Expand Down

0 comments on commit 73943f6

Please sign in to comment.