-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdcf98c
commit c4af3d8
Showing
6 changed files
with
81 additions
and
0 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
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 |
---|---|---|
|
@@ -19,15 +19,23 @@ 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: ${{ inputs.environment }} | ||
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) | ||
with: | ||
ref: ${{ inputs.ref }} | ||
|
||
|
@@ -44,7 +52,11 @@ jobs: | |
run: git archive -o ${{ github.event.repository.name }}-${{ inputs.tag }}.zip HEAD | ||
|
||
- name: Create tag | ||
<<<<<<< HEAD | ||
uses: actions/[email protected] | ||
======= | ||
uses: Professiona-Services-LATAM/[email protected] | ||
>>>>>>> b7d8470 (Initialize develop) | ||
with: | ||
script: | | ||
github.rest.git.createRef({ | ||
|
@@ -55,7 +67,11 @@ jobs: | |
}) | ||
- name: Upload Assets | ||
<<<<<<< HEAD | ||
uses: actions/[email protected] | ||
======= | ||
uses: Professiona-Services-LATAM/[email protected] | ||
>>>>>>> b7d8470 (Initialize develop) | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }} | ||
with: | ||
|
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 |
---|---|---|
|
@@ -8,15 +8,23 @@ on: | |
# Jobs to be executed | ||
jobs: | ||
build-deploy-artifact: | ||
<<<<<<< HEAD | ||
runs-on: ubuntu-latest | ||
======= | ||
runs-on: Professiona-Services-LATAM-Ubuntu | ||
>>>>>>> b7d8470 (Initialize develop) | ||
container: tnascimento013/latam_salesforcedx_industries_orgdevmodebuilds:latest | ||
environment: relbuild | ||
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' | ||
|
@@ -31,7 +39,11 @@ jobs: | |
run: git archive -o ${{ github.event.repository.name }}-${{ github.ref_name }}.zip HEAD | ||
|
||
- name: Upload Assets | ||
<<<<<<< HEAD | ||
uses: actions/[email protected] | ||
======= | ||
uses: Professiona-Services-LATAM/[email protected] | ||
>>>>>>> b7d8470 (Initialize develop) | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }} | ||
with: | ||
|
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 |
---|---|---|
|
@@ -15,15 +15,23 @@ 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: ${{ inputs.environment }} | ||
steps: | ||
- name: Installing missing CLIs / Plugins | ||
run: echo "y" | sf plugins install sf-orgdevmode-builds | ||
|
||
- name: Download Artifact | ||
<<<<<<< HEAD | ||
uses: actions/[email protected] | ||
======= | ||
uses: Professiona-Services-LATAM/[email protected] | ||
>>>>>>> b7d8470 (Initialize develop) | ||
with: | ||
token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }} | ||
version: tags/${{ inputs.tag }} | ||
|
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