File tree Expand file tree Collapse file tree 4 files changed +19
-20
lines changed Expand file tree Collapse file tree 4 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 1- # v3.800.12
2- # https://virtocommerce.atlassian.net/browse/VCST-2469
1+ # v3.800.11
2+ # bump-ubuntu-version
33name : Module CI
44
55on :
@@ -241,12 +241,13 @@ jobs:
241241 if : ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
242242 (github.event_name == 'workflow_dispatch') || (github.base_ref == 'dev') && (github.event_name == 'pull_request') }}
243243 needs : ' ci'
244- uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.12
244+ uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.11
245+
245246 with :
246247 katalonRepo : ' VirtoCommerce/vc-quality-gate-katalon'
247248 katalonRepoBranch : ' dev'
248249 testSuite : ' Test Suites/Modules/Platform_collection'
249- installModules : ' false '
250+ installModules : ' true '
250251 installCustomModule : ' true'
251252 customModuleId : ${{ needs.ci.outputs.moduleId }}
252253 customModuleUrl : ${{ needs.ci.outputs.artifactUrl }}
@@ -259,7 +260,7 @@ jobs:
259260 deploy-cloud :
260261 if : ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev') && github.event_name == 'push' }}
261262 needs : ci
262- uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.12
263+ uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.11
263264 with :
264265 releaseSource : module
265266 moduleId : ${{ needs.ci.outputs.moduleId }}
Original file line number Diff line number Diff line change 1- # v3.800.12
2- # https://virtocommerce.atlassian.net/browse/VCST-2469
1+ # v3.800.11
2+ # bump-ubuntu-version
33name : Release hotfix
44
55on :
1313
1414jobs :
1515 test :
16- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.12
16+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.11
1717 secrets :
1818 sonarToken : ${{ secrets.SONAR_TOKEN }}
1919
2020 build :
21- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.12
21+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.11
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.12
49+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.11
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.12
2- # https://virtocommerce.atlassian.net/browse/VCST-2469
1+ # v3.800.11
2+ # bump-ubuntu-version
33name : Publish nuget
44
55on :
1313
1414jobs :
1515 test :
16- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.12
16+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.11
1717 secrets :
1818 sonarToken : ${{ secrets.SONAR_TOKEN }}
1919
2020 build :
21- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.12
21+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.11
2222 with :
2323 uploadPackage : ' true'
2424 uploadDocker : ' false'
@@ -29,12 +29,10 @@ jobs:
2929 publish-nuget :
3030 needs :
3131 [build, test]
32- uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.12
32+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.11
3333 with :
3434 fullKey : ${{ needs.build.outputs.packageFullKey }}
3535 forceGithub : false
36- forceBlob : true
3736 secrets :
3837 envPAT : ${{ secrets.GITHUB_TOKEN }}
3938 nugetKey : ${{ secrets.NUGET_KEY }}
40- BLOB_SAS : ${{ secrets.BLOB_TOKEN }}
Original file line number Diff line number Diff line change 1- # v3.800.12
2- # https://virtocommerce.atlassian.net/browse/VCST-2469
1+ # v3.800.11
2+ # bump-ubuntu-version
33name : Release
44
55on :
66 workflow_dispatch :
77
88jobs :
99 release :
10- uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.800.12
10+ uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.800.11
1111 secrets :
1212 envPAT : ${{ secrets.REPO_TOKEN }}
You can’t perform that action at this time.
0 commit comments