Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Housekeeping (#35)
Browse files Browse the repository at this point in the history
* Fixing indentation

* Fixing indentation

* Update quickbuild-deploy-build.yml

Fixing indentation
Correcting sfp command
Removing extra params

* Adding .sf
  • Loading branch information
rygramer authored Aug 1, 2023
1 parent 1356a0f commit a418416
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/env-operations-pool-cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
- name: 'Authenticate Dev Hub'
run: |
echo "${{ secrets.DEVHUB_SFDX_AUTH_URL }}" > ./authfile
sf org login sfdx-url -f authfile -a devhub
sf org login sfdx-url -f authfile -a devhub
- name: 'Drop the pool'
run: 'sfp pool:delete -t ci -v devhub -a'
run: 'sfp pool:delete -t ci -v devhub -a'
2 changes: 1 addition & 1 deletion .github/workflows/env-operations-prepare-dev-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: 'Authenticate Dev Hub'
run: |
echo "${{ secrets.DEVHUB_SFDX_AUTH_URL }}" > ./authfile
sf org login sfdx-url -f authfile -a devhub
sf org login sfdx-url -f authfile -a devhub
# Authenticate to npm
- uses: actions/setup-node@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/quickbuild-deploy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: 'Deploy to DEV'
run: |
sfp dependency:install -u dev -v devhub -w 120 -r
sfdx sfpowerscripts:orchestrator:deploy -u dev --skipifalreadyinstalled -g "::group::,::endgroup::"
sfp dependency:install -u dev -v devhub
sfp orchestrator:deploy -u dev --skipifalreadyinstalled -g "::group::,::endgroup::"
buildAndPublish:
name: 'Build and Publish'
Expand All @@ -108,7 +108,7 @@ jobs:
- name: 'Authenticate Dev Hub'
run: |
echo "${{ secrets.DEVHUB_SFDX_AUTH_URL }}" > ./authfile
sf org login sfdx-url -f authfile -a devhub
sf org login sfdx-url -f authfile -a devhub
- name: 'Create packages'
id: sfpowerscripts-build
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.sfpowerscripts
artifacts
.sfdx
.sf
.npmrc

0 comments on commit a418416

Please sign in to comment.