Skip to content

Commit a76ca08

Browse files
paketo-botpaketo-botryanmoran
authored
Update shared github-config (#14)
Co-authored-by: paketo-bot <paketobuildpacks@paketo.io> Co-authored-by: Ryan Moran <155736+ryanmoran@users.noreply.github.com>
1 parent 882ef96 commit a76ca08

3 files changed

Lines changed: 2 additions & 18 deletions

File tree

.github/util/tag.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
mkdir -p "${HOME}/bin"
5656
export PATH="${PATH}:${HOME}/bin"
57-
curl "https://github.com/cloudfoundry/packit/releases/download/v0.0.4/jam-linux" \
57+
curl "https://github.com/paketo-buildpacks/packit/releases/download/v0.0.14/jam-linux" \
5858
--silent \
5959
--location \
6060
--output "${HOME}/bin/jam"

scripts/.util/tools.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ function util::tools::path::export() {
2020
}
2121

2222
function util::tools::jam::install () {
23-
echo "-> Installing v0.0.10 jam..."
24-
2523
local dir
2624
while [[ "${#}" != 0 ]]; do
2725
case "${1}" in
@@ -55,7 +53,7 @@ function util::tools::jam::install () {
5553

5654
if [[ ! -f "${dir}/jam" ]]; then
5755
local version
58-
version="v0.0.10"
56+
version="v0.0.14"
5957

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

0 commit comments

Comments
 (0)