Skip to content

Commit

Permalink
its a boolean not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Feb 7, 2024
1 parent 93269cb commit 2ee3b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ jobs:
# only save cache and persist to workspace the CLI built for just the CircleCI architecture
- when:
condition:
equal: [ "false", << parameters.all_architectures >> ]
equal: [ false, << parameters.all_architectures >> ]
steps:
- save_cache:
key: << pipeline.parameters.cli-build-cache-key-prefix >>-{{ checksum "cli/cli/go.sum" }}
Expand Down

0 comments on commit 2ee3b98

Please sign in to comment.