-
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.
Downgrade @salesforce/plugin-deploy-retrieve to v1.17.6 as workaround…
… for SF cli bug (#412) * Downgrade @salesforce/plugin-deploy-retrieve to v1.17.6 as workaround for SF cli bug Related bug: forcedotcom/cli#2445 * Dockerfile fix * [Mega-Linter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
- Loading branch information
Showing
7 changed files
with
192 additions
and
186 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,13 +26,13 @@ ARG SFDX_HARDIS_VERSION=latest | |
RUN npm install --no-cache yarn -g && \ | ||
npm install --no-cache @salesforce/cli@${SFDX_CLI_VERSION} -g && \ | ||
sf plugins install @salesforce/plugin-packaging && \ | ||
sf plugins install @salesforce/[email protected] \ | ||
echo 'y' | sfdx plugins:install sfdx-hardis@${SFDX_HARDIS_VERSION} && \ | ||
echo 'y' | sfdx plugins:install sfdmu && \ | ||
echo 'y' | sfdx plugins:install sfdx-git-delta && \ | ||
echo 'y' | sfdx plugins:install sfdx-essentials && \ | ||
echo 'y' | sfdx plugins:install texei-sfdx-plugin && \ | ||
sfdx --version && \ | ||
sfdx plugins && \ | ||
sf version --verbose --json \ | ||
rm -rf /root/.npm/_cacache | ||
|
||
# Workaround for https://github.com/forcedotcom/salesforcedx-apex/issues/213 | ||
|
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,11 +51,11 @@ 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 [email protected] | ||
sfdx --version | ||
sfdx plugins | ||
echo 'y' | sfdx plugins:install sfdx-git-delta | ||
sf version --verbose --json | ||
displayName: "Install SFDX & plugins" | ||
# Login & check deployment to PR target branch related org (configuration: https://hardisgroupcom.github.io/sfdx-hardis/salesforce-ci-cd-setup-auth/ ) | ||
|
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,12 +44,12 @@ 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 | ||
echo 'y' | sfdx plugins:install [email protected] | ||
sfdx --version | ||
sfdx plugins | ||
echo 'y' | sfdx plugins:install sfdx-git-delta | ||
sf version --verbose --json | ||
displayName: "Install SFDX & plugins" | ||
# Login & Deploy sfdx sources to related org (configuration: https://hardisgroupcom.github.io/sfdx-hardis/salesforce-ci-cd-setup-auth/ ) | ||
|
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,8 +49,10 @@ 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 | ||
workingDirectory: $(System.DefaultWorkingDirectory) | ||
displayName: Install @salesforce/cli & sfdx-hardis | ||
|
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