Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Update shared github-config (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: paketo-bot <[email protected]>
  • Loading branch information
paketo-bot and paketo-bot authored May 28, 2020
1 parent 76ce9b8 commit dd7689b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
mkdir -p "${HOME}/bin"
export PATH="${PATH}:${HOME}/bin"
curl "https://github.com/paketo-buildpacks/packit/releases/download/v0.0.10/jam-linux" \
curl "https://github.com/paketo-buildpacks/packit/releases/download/v0.0.14/jam-linux" \
--silent \
--location \
--output "${HOME}/bin/jam"
Expand Down
4 changes: 1 addition & 3 deletions scripts/.util/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ function util::tools::path::export() {
}

function util::tools::jam::install () {
echo "-> Installing v0.0.10 jam..."

local dir
while [[ "${#}" != 0 ]]; do
case "${1}" in
Expand Down Expand Up @@ -55,7 +53,7 @@ function util::tools::jam::install () {

if [[ ! -f "${dir}/jam" ]]; then
local version
version="v0.0.10"
version="v0.0.14"

util::print::title "Installing jam ${version}"
curl "https://github.com/paketo-buildpacks/packit/releases/download/${version}/jam-${os}" \
Expand Down

0 comments on commit dd7689b

Please sign in to comment.