Skip to content

Commit 6a21a15

Browse files
committed
Updating github-config
1 parent 43a0bfd commit 6a21a15

3 files changed

Lines changed: 0 additions & 31 deletions

File tree

scripts/.util/tools.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"createpackage": "v2.0.0",
32
"jam": "v2.11.5",
43
"pack": "v0.37.0"
54
}

scripts/.util/tools.sh

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -196,33 +196,6 @@ function util::tools::packager::install () {
196196
fi
197197
}
198198

199-
function util::tools::create-package::install () {
200-
local dir version
201-
while [[ "${#}" != 0 ]]; do
202-
case "${1}" in
203-
--directory)
204-
dir="${2}"
205-
shift 2
206-
;;
207-
208-
*)
209-
util::print::error "unknown argument \"${1}\""
210-
;;
211-
212-
esac
213-
done
214-
215-
version="$(jq -r .createpackage "$(dirname "${BASH_SOURCE[0]}")/tools.json")"
216-
217-
mkdir -p "${dir}"
218-
util::tools::path::export "${dir}"
219-
220-
if [[ ! -f "${dir}/create-package" ]]; then
221-
util::print::title "Installing create-package"
222-
GOBIN="${dir}" go install -ldflags="-s -w" "github.com/paketo-buildpacks/libpak/cmd/create-package@${version}"
223-
fi
224-
}
225-
226199
function util::tools::tests::checkfocus() {
227200
testout="${1}"
228201
if grep -q 'Focused: [1-9]' "${testout}"; then

scripts/integration.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ function tools::install() {
110110
--directory "${BUILDPACKDIR}/.bin" \
111111
--token "${token}"
112112

113-
util::tools::create-package::install \
114-
--directory "${BUILDPACKDIR}/.bin"
115-
116113
if [[ -f "${BUILDPACKDIR}/.libbuildpack" ]]; then
117114
util::tools::packager::install \
118115
--directory "${BUILDPACKDIR}/.bin"

0 commit comments

Comments
 (0)