Skip to content

Commit

Permalink
Merge branch 'main' into update-version
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Bustamante <[email protected]>
  • Loading branch information
jjbustamante authored Nov 24, 2023
2 parents a1b0f2d + a5f67de commit 530701a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ parameters:
jobs:
test:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2204:2023.04.2
steps:
- checkout
- run:
name: Run unit tests
command: make test
github-release:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2204:2023.04.2
steps:
- run:
name: Install releaser
Expand Down
6 changes: 3 additions & 3 deletions src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
version:
type: string
description: Version of 'pack' to use.
default: 0.32.1
default: 0.29.0
after-checkout:
description: Optional steps to run after checking out the code.
type: steps
default: []
executor-image:
type: string
description: Image to execute 'pack' in.
default: ubuntu-2004:202010-01
default: ubuntu-2204:2023.04.2
steps:
- run: sudo chown -R circleci /var/lib/docker/volumes
- install-pack:
Expand Down Expand Up @@ -79,7 +79,7 @@ commands:
type: string
version:
type: string
default: 0.32.1
default: 0.29.0
steps:
- run:
name: "Setup and install pack"
Expand Down
1 change: 1 addition & 0 deletions src/scripts/pack-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ create_command() {
echo pack build \
--no-color \
--builder \"${PARAM_BUILDER}\" \
--trust-builder \
$(create_path_flag "${PARAM_PATH}") \
$(create_buildpack_flags "${PARAM_BUILDPACKS}") \
$(create_env_var_flags "${PARAM_ENV_VARS}") \
Expand Down

0 comments on commit 530701a

Please sign in to comment.