Skip to content
Merged
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
10 changes: 5 additions & 5 deletions src/hokusai/hokusai.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Orb Version 0.25.0
# Orb Version 0.26.0


version: 2.1
Expand Down Expand Up @@ -28,7 +28,7 @@ commands:
parameters:
remote_docker_version:
type: string
default: docker23
default: default
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems jobs elsewhere (example) are still passing docker23 which may override this default set for setup-docker command. Curious if we need to update them as well.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! Updated docker23 to default in all places here.

steps:
- setup
- setup_remote_docker:
Expand Down Expand Up @@ -62,7 +62,7 @@ commands:
parameters:
remote_docker_version:
type: string
default: docker23
default: default
working-directory:
type: string
default: ""
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
description: Optional hokusai flags
remote_docker_version:
type: string
default: docker23
default: default
description: specify circleci remote docker version
working-directory:
type: string
Expand All @@ -163,7 +163,7 @@ jobs:
default: deploy
remote_docker_version:
type: string
default: docker23
default: default
working-directory:
type: string
default: ""
Expand Down