Commit d7e9dda 1 parent aa13d7d commit d7e9dda Copy full SHA for d7e9dda
File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- # v3.200.36
1
+ # v3.800.0
2
2
name : Platform CI
3
3
4
4
on :
@@ -285,7 +285,7 @@ jobs:
285
285
needs : ' ci'
286
286
if : ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
287
287
(github.event_name == 'workflow_dispatch')}}
288
- uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.200.36
288
+ uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.800.0
289
289
with :
290
290
katalonRepo : ' VirtoCommerce/vc-quality-gate-katalon'
291
291
katalonRepoBranch : ' dev'
@@ -304,7 +304,7 @@ jobs:
304
304
(github.ref == 'refs/heads/dev')) &&
305
305
github.event_name == 'push' }}
306
306
needs : ci
307
- uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.200.36
307
+ uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.800.0
308
308
with :
309
309
releaseSource : platform
310
310
platformVer : ${{ needs.ci.outputs.version }}
Original file line number Diff line number Diff line change 1
- # v3.200.36
1
+ # v3.800.0
2
2
name : Release hotfix
3
3
4
4
on :
12
12
13
13
jobs :
14
14
test :
15
- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.36
15
+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.0
16
16
secrets :
17
17
sonarToken : ${{ secrets.SONAR_TOKEN }}
18
18
19
19
build :
20
- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.200.36
20
+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.0
21
21
with :
22
22
uploadPackage : ' true'
23
23
uploadDocker : ' true'
46
46
publish-docker :
47
47
needs :
48
48
[build, get-metadata]
49
- uses : VirtoCommerce/.github/.github/workflows/publish-docker.yml@v3.200.36
49
+ uses : VirtoCommerce/.github/.github/workflows/publish-docker.yml@v3.800.0
50
50
with :
51
51
fullKey : ${{ needs.build.outputs.dockerFullKey }}
52
52
shortKey : ' ${{ needs.build.outputs.dockerShortKey }}-'
60
60
publish-github-release :
61
61
needs :
62
62
[build, test, get-metadata]
63
- uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.36
63
+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.0
64
64
with :
65
65
fullKey : ${{ needs.build.outputs.packageFullKey }}
66
66
changeLog : ' ${{ needs.get-metadata.outputs.changeLog }}'
Original file line number Diff line number Diff line change 1
- # v3.200.36
1
+ # v3.800.0
2
2
name : Publish nuget
3
3
4
4
on :
12
12
13
13
jobs :
14
14
test :
15
- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.36
15
+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.0
16
16
secrets :
17
17
sonarToken : ${{ secrets.SONAR_TOKEN }}
18
18
19
19
build :
20
- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.200.36
20
+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.800.0
21
21
with :
22
22
uploadPackage : ' true'
23
23
uploadDocker : ' false'
28
28
publish-nuget :
29
29
needs :
30
30
[build, test]
31
- uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.36
31
+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.800.0
32
32
with :
33
33
fullKey : ${{ needs.build.outputs.packageFullKey }}
34
34
forceGithub : false
Original file line number Diff line number Diff line change 1
- # v3.200.36
1
+ # v3.800.0
2
2
name : Release
3
3
4
4
on :
5
5
workflow_dispatch :
6
6
7
7
jobs :
8
8
release :
9
- uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.200.36
9
+ uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.800.0
10
10
secrets :
11
11
envPAT : ${{ secrets.REPO_TOKEN }}
You can’t perform that action at this time.
0 commit comments