Skip to content

Commit

Permalink
Update developOnPR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fschiozerSFDC authored Nov 28, 2023
1 parent cda3e01 commit 8dfb717
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/developOnPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,15 @@ on:
# Jobs to be executed
jobs:
build-deploy:
<<<<<<< HEAD
runs-on: ubuntu-latest
=======
runs-on: Professiona-Services-LATAM-Ubuntu
>>>>>>> b7d8470 (Initialize develop)
container: tnascimento013/latam_salesforcedx_industries_orgdevmodebuilds:latest
environment: build
steps:
- name: Installing missing CLIs / Plugins
run: echo "y" | sf plugins install sf-orgdevmode-builds

- name: Checkout source code
<<<<<<< HEAD
uses: actions/checkout@v3
=======
uses: Professiona-Services-LATAM/checkout@v3
>>>>>>> b7d8470 (Initialize develop)

- name: Extracting private key
run: 'echo "${{ secrets.JWT_KEY_NONPROD }}" > server.key'
Expand Down

0 comments on commit 8dfb717

Please sign in to comment.