Release notes folder and deployment timeout variable (#11)
* auth file for testing and gitignore change for auth files * gitignore changes for auth files and auth file folder * Apex classes to test deployment to UAT sandbox * test removing release branch prefix var from event trigger conditions * revert test removing release branch prefix var from event trigger conditions * log pr data from gh event * do not use repo var in event trigger conditions * try and log pr event data * try casting github event data to JSON for env variable * try and log pr base ref * try to set and log check-base-ref-for-release-branch.outputs.DEPLOY_TO_UAT * try adding job condition * Implement repo var for sfdx profile decompose * fix syntax error * include new changes * only run Release Branch Pull Request Handler if base ref starts with … * remve pull request branch filter * only run Release Branch Pull Request Handler if base ref starts with release branch prefix * deployment timeout repo var * Add release notes folder
This commit is contained in:
Родитель
9a8ffb3029
Коммит
a2d07d918d
|
@ -84,7 +84,7 @@ jobs:
|
|||
LOGIN_ENC_FILE: auth/sandbox-login-url-${{ steps.branchFilter.outputs.branchName }}-uat.txt
|
||||
run: |
|
||||
npx sfdx force:source:manifest:create --sourcepath force-app --manifestname temp-deploy-manifest
|
||||
npx sfdx force:source:deploy -u is${{ steps.branchFilter.outputs.issueNumber }}uat -x temp-deploy-manifest.xml ${{ steps.check_for_destructive_changes.outputs.DESTRUCTIVE_FILES }} -w 200 -l RunLocalTests
|
||||
npx sfdx force:source:deploy -u is${{ steps.branchFilter.outputs.issueNumber }}uat -x temp-deploy-manifest.xml ${{ steps.check_for_destructive_changes.outputs.DESTRUCTIVE_FILES }} -w ${{ vars.DEPLOYMENT_TIMEOUT }} -l RunLocalTests
|
||||
- name: Init Release Notes
|
||||
id: init-release-notes
|
||||
if: vars.GENERATE_RELEASE == 'true' && steps.check_first_deploy.outputs.FIRST_DEPLOY == 'true' && steps.branchFilter.outputs.matches == 'true'
|
||||
|
|
Загрузка…
Ссылка в новой задаче