Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ setup: true
orbs:
utils: coda/utils@<<pipeline.parameters.dev-orb-version>>
orb-tools: circleci/[email protected]
bats: circleci/bats@1.0.1
bats: circleci/bats@1.1.0
shellcheck: circleci/[email protected]

# Pipeline Parameters
Expand Down
2 changes: 1 addition & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.1"
orbs:
utils: coda/utils@dev:<<pipeline.git.revision>>
orb-tools: circleci/[email protected]
bats: circleci/bats@1.0
bats: circleci/bats@1.1

default_build_environment: &default_build_environment
docker:
Expand Down