Skip to content

Commit ccf44fa

Browse files
idiap-botpaketo-botsgaist
authored
Updates github-config (#49)
* Updating github-config * chore: delete update-dependencies-from-metadata This buildpack does not have dependencies. --------- Co-authored-by: paketo-bot <paketobuildpacks@gmail.com> Co-authored-by: Samuel Gaist <samuel.gaist@idiap.ch>
1 parent ff3a56b commit ccf44fa

File tree

11 files changed

+4
-405
lines changed

11 files changed

+4
-405
lines changed

.github/workflows/push-buildpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
password: ${{ env.GCR_PASSWORD }}
113113
registry: ${{ env.GCR_REGISTRY }}
114114

115-
- uses: buildpacks/github-actions/setup-tools@v5.10.0
115+
- uses: buildpacks/github-actions/setup-tools@v5.10.1
116116
- name: Push to DockerHub
117117
if: ${{ steps.parse_configs.outputs.push_to_dockerhub == 'true' }}
118118
id: push

.github/workflows/update-dependencies-from-metadata.yml

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

scripts/.util/builders.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
3-
#
4-
# SPDX-License-Identifier: Apache-2.0
52

63
set -eu
74
set -o pipefail

scripts/.util/print.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
3-
#
4-
# SPDX-License-Identifier: Apache-2.0
52

63
set -eu
74
set -o pipefail

scripts/.util/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"createpackage": "v1.73.0",
3-
"jam": "v2.15.1",
3+
"jam": "v2.15.2",
44
"libpaktools": "v0.3.0",
55
"pack": "v0.39.1"
66
}

scripts/.util/tools.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
3-
#
4-
# SPDX-License-Identifier: Apache-2.0
52

63
set -eu
74
set -o pipefail

scripts/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
3-
#
4-
# SPDX-License-Identifier: Apache-2.0
52

63
set -eu
74
set -o pipefail

scripts/integration.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
3-
#
4-
# SPDX-License-Identifier: Apache-2.0
52

63
set -eu
74
set -o pipefail
@@ -137,6 +134,7 @@ function builder_images::pull() {
137134
pack inspect-builder "${builder}" --output json \
138135
| jq -r '.remote_info.run_images[0].name'
139136
)"
137+
140138
lifecycle_image="index.docker.io/buildpacksio/lifecycle:$(
141139
pack inspect-builder "${builder}" --output json \
142140
| jq -r '.remote_info.lifecycle.version'

scripts/package.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
3-
#
4-
# SPDX-License-Identifier: Apache-2.0
52

63
set -eu
74
set -o pipefail
@@ -158,4 +155,4 @@ function buildpackage::create() {
158155
rm -rf ${BUILD_DIR}/cnbdir
159156
}
160157

161-
main "${@:-}"
158+
main "${@:-}"

scripts/publish.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2013-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
3-
#
4-
# SPDX-License-Identifier: Apache-2.0
52

63
set -eu
74
set -o pipefail

0 commit comments

Comments
 (0)