File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed
Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- # v3.800.17
2- # https://virtocommerce.atlassian.net/browse/VCST-2789
1+ # v3.800.20
2+ # https://virtocommerce.atlassian.net/browse/VCST-4203
33name : Module CI
44
55on :
@@ -278,7 +278,7 @@ jobs:
278278 if : ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push')) ||
279279 (github.event_name == 'workflow_dispatch') || ((github.base_ref == 'dev') && (github.event_name == 'pull_request')) }}
280280 needs : ' ci'
281- uses : VirtoCommerce/.github/.github/workflows/ui-autotests.yml@v3.800.17
281+ uses : VirtoCommerce/.github/.github/workflows/ui-autotests.yml@v3.800.20
282282 with :
283283 installModules : ' false'
284284 installCustomModule : ' true'
@@ -295,7 +295,7 @@ jobs:
295295 if : ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
296296 (github.event_name == 'workflow_dispatch') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }}
297297 needs : ' ci'
298- uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.17
298+ uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.20
299299 with :
300300 katalonRepo : ' VirtoCommerce/vc-quality-gate-katalon'
301301 katalonRepoBranch : ' dev'
@@ -315,7 +315,7 @@ jobs:
315315 && github.event_name == 'push'
316316 && needs.ci.outputs.deployment-folder-exists == 'true'}}
317317 needs : ci
318- uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.17
318+ uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.20
319319 with :
320320 releaseSource : module
321321 moduleId : ${{ needs.ci.outputs.moduleId }}
Original file line number Diff line number Diff line change 1- # v3.800.17
2- # https://virtocommerce.atlassian.net/browse/VCST-2789
1+ # v3.800.20
2+ # https://virtocommerce.atlassian.net/browse/VCST-4203
33name : Release hotfix
44
55on :
1313
1414jobs :
1515 test :
16- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.17
16+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.20
1717 secrets :
1818 sonarToken : ${{ secrets.SONAR_TOKEN }}
1919
2020 build :
21- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.17
21+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.20
2222 with :
2323 uploadPackage : ' true'
2424 uploadDocker : ' false'
4646 publish-github-release :
4747 needs :
4848 [build, test, get-metadata]
49- uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.17
49+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.20
5050 with :
5151 fullKey : ${{ needs.build.outputs.packageFullKey }}
5252 changeLog : ' ${{ needs.get-metadata.outputs.changeLog }}'
Original file line number Diff line number Diff line change 1- # v3.800.17
2- # https://virtocommerce.atlassian.net/browse/VCST-2789
1+ # v3.800.20
2+ # https://virtocommerce.atlassian.net/browse/VCST-4203
33name : Publish nuget
44
55on :
1313
1414jobs :
1515 test :
16- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.17
16+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.20
1717 secrets :
1818 sonarToken : ${{ secrets.SONAR_TOKEN }}
1919
2020 build :
21- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.17
21+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.20
2222 with :
2323 uploadPackage : ' true'
2424 uploadDocker : ' false'
2929 publish-nuget :
3030 needs :
3131 [build, test]
32- uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.17
32+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.20
3333 with :
3434 fullKey : ${{ needs.build.outputs.packageFullKey }}
3535 forceGithub : false
Original file line number Diff line number Diff line change 1- # v3.800.17
2- # https://virtocommerce.atlassian.net/browse/VCST-2789
1+ # v3.800.20
2+ # https://virtocommerce.atlassian.net/browse/VCST-4203
33name : Release
44
55on :
66 workflow_dispatch :
77
88jobs :
99 release :
10- uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.800.17
10+ uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.800.20
1111 secrets :
1212 envPAT : ${{ secrets.REPO_TOKEN }}
You can’t perform that action at this time.
0 commit comments