Skip to content

Commit 0dfa3ca

Browse files
authored
Merge pull request #9 from Up2Go/basti/submoduleUpdate
Update External libraries (a2R1T000003PCyiUAG) /removed fflib
2 parents 0d2d3dc + ac6dfff commit 0dfa3ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2910
-7489
lines changed

.eslintignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/ci-pr.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ jobs:
5656
# Install Salesforce CLI
5757
- name: Install Salesforce CLI
5858
run: |
59-
wget https://developer.salesforce.com/media/salesforce-cli/sfdx-linux-amd64.tar.xz
60-
mkdir sfdx-cli
61-
tar xJf sfdx-linux-amd64.tar.xz -C sfdx-cli --strip-components 1
62-
./sfdx-cli/install
59+
wget https://developer.salesforce.com/media/salesforce-cli/sfdx/channels/stable/sfdx-linux-x64.tar.xz
60+
mkdir ~/sfdx
61+
tar xJf sfdx-linux-x64.tar.xz -C ~/sfdx --strip-components 1
62+
echo "$HOME/sfdx/bin" >> $GITHUB_PATH
63+
~/sfdx/bin/sfdx version
6364
6465
# Checkout the code in the pull request
6566
- name: 'Checkout source code'

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ jobs:
5757
# Install Salesforce CLI
5858
- name: Install Salesforce CLI
5959
run: |
60-
wget https://developer.salesforce.com/media/salesforce-cli/sfdx-linux-amd64.tar.xz
61-
mkdir sfdx-cli
62-
tar xJf sfdx-linux-amd64.tar.xz -C sfdx-cli --strip-components 1
63-
./sfdx-cli/install
60+
wget https://developer.salesforce.com/media/salesforce-cli/sfdx/channels/stable/sfdx-linux-x64.tar.xz
61+
mkdir ~/sfdx
62+
tar xJf sfdx-linux-x64.tar.xz -C ~/sfdx --strip-components 1
63+
echo "$HOME/sfdx/bin" >> $GITHUB_PATH
64+
~/sfdx/bin/sfdx version
6465
6566
# Checkout the code in the pull request
6667
- name: 'Checkout source code'

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
.localdevserver
77
node_modules
88
coverage
9-
/.idea/codeStyles/
10-
/.idea/.gitignore
11-
/.idea/inspectionProfiles/
9+
/IlluminatedCloud/
10+
/.idea/

.gitmodules

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[submodule "submodules/fflib-apex-mocks"]
2-
path = submodules/fflib-apex-mocks
3-
url = git@github.com:Up2Go/fflib-apex-mocks.git
4-
[submodule "submodules/fflib-apex-common"]
5-
path = submodules/fflib-apex-common
6-
url = git@github.com:Up2Go/fflib-apex-common.git
71
[submodule "submodules/up2go-clean"]
82
path = submodules/up2go-clean
93
url = git@github.com:Up2Go/up2go-clean.git

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run precommit

.idea/illuminatedCloud.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)