Skip to content

Commit

Permalink
adding default target_env instead of emptry string
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hudson committed Oct 31, 2023
1 parent e881fd7 commit 2de4055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ parameters:
default: false
target_env:
type: string
default: ''
default: 'nil'
triggered:
type: boolean
default: false
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ parameters:
default: false
target_env:
type: string
default: ''
default: 'nil'
triggered:
type: boolean
default: false
Expand Down

0 comments on commit 2de4055

Please sign in to comment.