Skip to content

Commit 954fa5b

Browse files
committed
remove werf_install_step
Signed-off-by: Vladimir Portnov <vladimir.portnov@flant.com>
1 parent 0f0cf91 commit 954fa5b

8 files changed

Lines changed: 0 additions & 163 deletions

File tree

.github/ci_templates/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ steps:
6161
{!{- if eq $buildType "release" }!}
6262
{!{ tmpl.Exec "login_stage_registry_step" $ctx | strings.Indent 2 }!}
6363
{!{- end }!}
64-
{!{ tmpl.Exec "werf_install_step" $ctx | strings.Indent 2 }!}
6564
{!{ tmpl.Exec "d8cli_install_step" $ctx | strings.Indent 2 }!}
6665
{!{ tmpl.Exec "add_ssh_keys" $ctx | strings.Indent 2 }!}
6766

.github/workflow_templates/stage_registry_clean.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
{!{ tmpl.Exec "import_secrets" $secrets | strings.Indent 4 }!}
5252

5353
{!{ tmpl.Exec "checkout_step" $ctx | strings.Indent 4 }!}
54-
{!{ tmpl.Exec "werf_install_step" $ctx | strings.Indent 4 }!}
5554
{!{ tmpl.Exec "d8cli_install_step" $ctx | strings.Indent 4 }!}
5655
{!{ tmpl.Exec "login_stage_registry_step" $ctx | strings.Indent 4 }!}
5756

.github/workflows/build-and-test_dev.yml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -457,13 +457,6 @@ jobs:
457457
logout: false
458458
# </template: login_dev_registry_step>
459459

460-
# <template: werf_install_step>
461-
- name: Install werf CLI
462-
uses: werf/actions/install@v2
463-
with:
464-
version: ${{env.WERF_VERSION}}
465-
# </template: werf_install_step>
466-
467460
# <template: d8cli_install_step>
468461
- name: Install d8 CLI
469462
run: |
@@ -755,13 +748,6 @@ jobs:
755748
logout: false
756749
# </template: login_dev_registry_step>
757750

758-
# <template: werf_install_step>
759-
- name: Install werf CLI
760-
uses: werf/actions/install@v2
761-
with:
762-
version: ${{env.WERF_VERSION}}
763-
# </template: werf_install_step>
764-
765751
# <template: d8cli_install_step>
766752
- name: Install d8 CLI
767753
run: |
@@ -1052,13 +1038,6 @@ jobs:
10521038
logout: false
10531039
# </template: login_dev_registry_step>
10541040

1055-
# <template: werf_install_step>
1056-
- name: Install werf CLI
1057-
uses: werf/actions/install@v2
1058-
with:
1059-
version: ${{env.WERF_VERSION}}
1060-
# </template: werf_install_step>
1061-
10621041
# <template: d8cli_install_step>
10631042
- name: Install d8 CLI
10641043
run: |
@@ -1349,13 +1328,6 @@ jobs:
13491328
logout: false
13501329
# </template: login_dev_registry_step>
13511330

1352-
# <template: werf_install_step>
1353-
- name: Install werf CLI
1354-
uses: werf/actions/install@v2
1355-
with:
1356-
version: ${{env.WERF_VERSION}}
1357-
# </template: werf_install_step>
1358-
13591331
# <template: d8cli_install_step>
13601332
- name: Install d8 CLI
13611333
run: |
@@ -1646,13 +1618,6 @@ jobs:
16461618
logout: false
16471619
# </template: login_dev_registry_step>
16481620

1649-
# <template: werf_install_step>
1650-
- name: Install werf CLI
1651-
uses: werf/actions/install@v2
1652-
with:
1653-
version: ${{env.WERF_VERSION}}
1654-
# </template: werf_install_step>
1655-
16561621
# <template: d8cli_install_step>
16571622
- name: Install d8 CLI
16581623
run: |
@@ -1943,13 +1908,6 @@ jobs:
19431908
logout: false
19441909
# </template: login_dev_registry_step>
19451910

1946-
# <template: werf_install_step>
1947-
- name: Install werf CLI
1948-
uses: werf/actions/install@v2
1949-
with:
1950-
version: ${{env.WERF_VERSION}}
1951-
# </template: werf_install_step>
1952-
19531911
# <template: d8cli_install_step>
19541912
- name: Install d8 CLI
19551913
run: |
@@ -2240,13 +2198,6 @@ jobs:
22402198
logout: false
22412199
# </template: login_dev_registry_step>
22422200

2243-
# <template: werf_install_step>
2244-
- name: Install werf CLI
2245-
uses: werf/actions/install@v2
2246-
with:
2247-
version: ${{env.WERF_VERSION}}
2248-
# </template: werf_install_step>
2249-
22502201
# <template: d8cli_install_step>
22512202
- name: Install d8 CLI
22522203
run: |

.github/workflows/build-and-test_main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,6 @@ jobs:
233233
logout: false
234234
# </template: login_dev_registry_step>
235235

236-
# <template: werf_install_step>
237-
- name: Install werf CLI
238-
uses: werf/actions/install@v2
239-
with:
240-
version: ${{env.WERF_VERSION}}
241-
# </template: werf_install_step>
242-
243236
# <template: d8cli_install_step>
244237
- name: Install d8 CLI
245238
run: |

.github/workflows/build-and-test_pre-release.yml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,6 @@ jobs:
233233
logout: false
234234
# </template: login_dev_registry_step>
235235

236-
# <template: werf_install_step>
237-
- name: Install werf CLI
238-
uses: werf/actions/install@v2
239-
with:
240-
version: ${{env.WERF_VERSION}}
241-
# </template: werf_install_step>
242-
243236
# <template: d8cli_install_step>
244237
- name: Install d8 CLI
245238
run: |
@@ -540,13 +533,6 @@ jobs:
540533
logout: false
541534
# </template: login_dev_registry_step>
542535

543-
# <template: werf_install_step>
544-
- name: Install werf CLI
545-
uses: werf/actions/install@v2
546-
with:
547-
version: ${{env.WERF_VERSION}}
548-
# </template: werf_install_step>
549-
550536
# <template: d8cli_install_step>
551537
- name: Install d8 CLI
552538
run: |
@@ -846,13 +832,6 @@ jobs:
846832
logout: false
847833
# </template: login_dev_registry_step>
848834

849-
# <template: werf_install_step>
850-
- name: Install werf CLI
851-
uses: werf/actions/install@v2
852-
with:
853-
version: ${{env.WERF_VERSION}}
854-
# </template: werf_install_step>
855-
856835
# <template: d8cli_install_step>
857836
- name: Install d8 CLI
858837
run: |
@@ -1152,13 +1131,6 @@ jobs:
11521131
logout: false
11531132
# </template: login_dev_registry_step>
11541133

1155-
# <template: werf_install_step>
1156-
- name: Install werf CLI
1157-
uses: werf/actions/install@v2
1158-
with:
1159-
version: ${{env.WERF_VERSION}}
1160-
# </template: werf_install_step>
1161-
11621134
# <template: d8cli_install_step>
11631135
- name: Install d8 CLI
11641136
run: |
@@ -1458,13 +1430,6 @@ jobs:
14581430
logout: false
14591431
# </template: login_dev_registry_step>
14601432

1461-
# <template: werf_install_step>
1462-
- name: Install werf CLI
1463-
uses: werf/actions/install@v2
1464-
with:
1465-
version: ${{env.WERF_VERSION}}
1466-
# </template: werf_install_step>
1467-
14681433
# <template: d8cli_install_step>
14691434
- name: Install d8 CLI
14701435
run: |
@@ -1764,13 +1729,6 @@ jobs:
17641729
logout: false
17651730
# </template: login_dev_registry_step>
17661731

1767-
# <template: werf_install_step>
1768-
- name: Install werf CLI
1769-
uses: werf/actions/install@v2
1770-
with:
1771-
version: ${{env.WERF_VERSION}}
1772-
# </template: werf_install_step>
1773-
17741732
# <template: d8cli_install_step>
17751733
- name: Install d8 CLI
17761734
run: |
@@ -2070,13 +2028,6 @@ jobs:
20702028
logout: false
20712029
# </template: login_dev_registry_step>
20722030

2073-
# <template: werf_install_step>
2074-
- name: Install werf CLI
2075-
uses: werf/actions/install@v2
2076-
with:
2077-
version: ${{env.WERF_VERSION}}
2078-
# </template: werf_install_step>
2079-
20802031
# <template: d8cli_install_step>
20812032
- name: Install d8 CLI
20822033
run: |

.github/workflows/build-and-test_release.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,6 @@ jobs:
343343
logout: false
344344
# </template: login_stage_registry_step>
345345

346-
# <template: werf_install_step>
347-
- name: Install werf CLI
348-
uses: werf/actions/install@v2
349-
with:
350-
version: ${{env.WERF_VERSION}}
351-
# </template: werf_install_step>
352-
353346
# <template: d8cli_install_step>
354347
- name: Install d8 CLI
355348
run: |
@@ -668,13 +661,6 @@ jobs:
668661
logout: false
669662
# </template: login_stage_registry_step>
670663

671-
# <template: werf_install_step>
672-
- name: Install werf CLI
673-
uses: werf/actions/install@v2
674-
with:
675-
version: ${{env.WERF_VERSION}}
676-
# </template: werf_install_step>
677-
678664
# <template: d8cli_install_step>
679665
- name: Install d8 CLI
680666
run: |
@@ -993,13 +979,6 @@ jobs:
993979
logout: false
994980
# </template: login_stage_registry_step>
995981

996-
# <template: werf_install_step>
997-
- name: Install werf CLI
998-
uses: werf/actions/install@v2
999-
with:
1000-
version: ${{env.WERF_VERSION}}
1001-
# </template: werf_install_step>
1002-
1003982
# <template: d8cli_install_step>
1004983
- name: Install d8 CLI
1005984
run: |
@@ -1306,13 +1285,6 @@ jobs:
13061285
logout: false
13071286
# </template: login_stage_registry_step>
13081287

1309-
# <template: werf_install_step>
1310-
- name: Install werf CLI
1311-
uses: werf/actions/install@v2
1312-
with:
1313-
version: ${{env.WERF_VERSION}}
1314-
# </template: werf_install_step>
1315-
13161288
# <template: d8cli_install_step>
13171289
- name: Install d8 CLI
13181290
run: |
@@ -1619,13 +1591,6 @@ jobs:
16191591
logout: false
16201592
# </template: login_stage_registry_step>
16211593

1622-
# <template: werf_install_step>
1623-
- name: Install werf CLI
1624-
uses: werf/actions/install@v2
1625-
with:
1626-
version: ${{env.WERF_VERSION}}
1627-
# </template: werf_install_step>
1628-
16291594
# <template: d8cli_install_step>
16301595
- name: Install d8 CLI
16311596
run: |
@@ -1932,13 +1897,6 @@ jobs:
19321897
logout: false
19331898
# </template: login_stage_registry_step>
19341899

1935-
# <template: werf_install_step>
1936-
- name: Install werf CLI
1937-
uses: werf/actions/install@v2
1938-
with:
1939-
version: ${{env.WERF_VERSION}}
1940-
# </template: werf_install_step>
1941-
19421900
# <template: d8cli_install_step>
19431901
- name: Install d8 CLI
19441902
run: |

.github/workflows/stage_registry_clean.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,6 @@ jobs:
9797

9898
# </template: checkout_step>
9999

100-
# <template: werf_install_step>
101-
- name: Install werf CLI
102-
uses: werf/actions/install@v2
103-
with:
104-
version: ${{env.WERF_VERSION}}
105-
# </template: werf_install_step>
106-
107100
# <template: d8cli_install_step>
108101
- name: Install d8 CLI
109102
run: |

.github/workflows/svace.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,6 @@ jobs:
219219
logout: false
220220
# </template: login_dev_registry_step>
221221

222-
# <template: werf_install_step>
223-
- name: Install werf CLI
224-
uses: werf/actions/install@v2
225-
with:
226-
version: ${{env.WERF_VERSION}}
227-
# </template: werf_install_step>
228-
229222
# <template: d8cli_install_step>
230223
- name: Install d8 CLI
231224
run: |

0 commit comments

Comments
 (0)