Skip to content

Commit

Permalink
Merge pull request #105 from salesforcecli/pnh-sync-circleci-config
Browse files Browse the repository at this point in the history
chore: sync .circleci/config.yml
  • Loading branch information
peternhale authored Apr 27, 2021
2 parents 262608b + 55cb418 commit 33bf7f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ parameters:
default: ''
type: string
repo_tag:
description: 'The tag of the module repo to checkout, '''' defaults to branch/PR'
description: The tag of the module repo to checkout, '' defaults to branch/PR
default: ''
type: string
npm_module_name:
description: The fully qualified npm module name, i.e. @salesforce/plugins-data
default: ''
type: string
workflows:
Expand Down Expand Up @@ -99,3 +103,4 @@ workflows:
os:
- linux
- windows
npm_module_name: << pipeline.parameters.npm_module_name >>

0 comments on commit 33bf7f8

Please sign in to comment.