-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Again a workaround for SF bug (#413)
* Again a workaround for SF bug forcedotcom/cli#2445 AllanOricil is a genius ! * Back to normal since forcedotcom/cli#2445 is fixed * [Mega-Linter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
- Loading branch information
Showing
7 changed files
with
189 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,6 @@ jobs: | |
- script: | | ||
npm install @salesforce/cli --global | ||
sf plugins install @salesforce/plugin-packaging | ||
sf plugins install @salesforce/[email protected] | ||
echo 'y' | sfdx plugins:install sfdx-hardis | ||
echo 'y' | sfdx plugins:install sfdx-essentials | ||
echo 'y' | sfdx plugins:install sfdx-git-delta | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,6 @@ jobs: | |
- script: | | ||
npm install @salesforce/cli --global | ||
sf plugins install @salesforce/plugin-packaging | ||
sf plugins install @salesforce/[email protected] | ||
echo 'y' | sfdx plugins:install sfdx-hardis | ||
echo 'y' | sfdx plugins:install sfdx-essentials | ||
echo 'y' | sfdx plugins:install sfdmu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,6 @@ jobs: | |
- script: | | ||
npm install @salesforce/cli -g | ||
sf plugins install @salesforce/plugin-packaging | ||
sf plugins install @salesforce/[email protected] | ||
echo y | sfdx plugins:install sfdx-hardis | ||
echo y | sfdx plugins:install sfdx-essentials | ||
sf version --verbose --json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters