Skip to content

Commit

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

Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale authored Oct 10, 2020
2 parents d5d683b + c061920 commit 5b37aac
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 5b37aac

Please sign in to comment.