Skip to content

Commit

Permalink
fix: do not restore cache from alpine to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Nov 5, 2024
1 parent e106114 commit b55d9f9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project settings CircleCI. Then include the following in your `.circleci/config.
version: 2.1
setup: true
orbs:
build: mojaloop/[email protected].35
build: mojaloop/[email protected].36
workflows:
setup:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usage:
version: 2.1
setup: true
orbs:
build: mojaloop/[email protected].35
build: mojaloop/[email protected].36
workflows:
setup:
jobs:
Expand Down
2 changes: 2 additions & 0 deletions src/executors/machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ description: |
Ubuntu 22.04 machine executor.
working_directory: /home/circleci/project
shell: "/bin/bash -leo pipefail"
environment:
BUILD_LIBRDKAFKA: 0
machine:
image: ubuntu-2204:2023.04.2 # Ref: https://circleci.com/developer/machine/image/ubuntu-2204
4 changes: 2 additions & 2 deletions src/jobs/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ steps:
- checkout
- configure_nvm
- display_versions
- restore_cache_command:
yarn_lock: << parameters.yarn_lock >>
# - restore_cache_command:
# yarn_lock: << parameters.yarn_lock >>
- attach_workspace:
at: /tmp
- run:
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
build: mojaloop/[email protected].35
build: mojaloop/[email protected].36
parameters:
git_tag:
type: string
Expand Down

0 comments on commit b55d9f9

Please sign in to comment.