forked from dxatscale/sfpowerscripts
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(browserforce): change to dxatscale fork
change temporarily to dxatscale fork to test sf v2
- Loading branch information
1 parent
ae58f6f
commit b7df72f
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM ubuntu:22.04 | |
|
||
ARG SFPOWERSCRIPTS_VERSION=alpha | ||
ARG SF_CLI_VERSION=2.10.2 | ||
ARG BROWSERFORCE_VERSION=2.11.0 | ||
ARG BROWSERFORCE_VERSION=0.0.2 | ||
ARG SFDMU_VERSION=4.18.2 | ||
ARG GIT_COMMIT | ||
ARG NODE_MAJOR=20 | ||
|
@@ -102,7 +102,7 @@ RUN mkdir -p $XDG_DATA_HOME && \ | |
|
||
|
||
# Install sfdx plugins | ||
RUN echo 'y' | sf plugins:install sfdx-browserforce-plugin@${BROWSERFORCE_VERSION} \ | ||
RUN echo 'y' | sf plugins:install @dxatscale/browserforce${BROWSERFORCE_VERSION} \ | ||
&& echo 'y' | sf plugins:install sfdmu@${SFDMU_VERSION} \ | ||
&& echo 'y' | sf plugins:install @salesforce/[email protected] \ | ||
&& yarn cache clean --all | ||
|