Skip to content

Commit c6823e2

Browse files
committed
disable transip build #3
1 parent 154a874 commit c6823e2

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/main-workflow.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
vultr: ${{ steps.vultr.outputs.vultr-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
103103
inwx: ${{ steps.inwx.outputs.inwx-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
104104
mythicbeasts: ${{ steps.mythicbeasts.outputs.mythicbeasts-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
105-
transip: ${{ steps.transip.outputs.transip-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
105+
# transip: ${{ steps.transip.outputs.transip-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
106106
# godaddy: ${{ steps.godaddy.outputs.godaddy-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
107107
namesilo: ${{ steps.namesilo.outputs.namesilo-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
108108
namedotcom: ${{ steps.namedotcom.outputs.namedotcom-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
@@ -274,10 +274,10 @@ jobs:
274274
id: mythicbeasts
275275
run: sh commit-check.sh https://github.com/caddy-dns/mythicbeasts mythicbeasts-local.txt git-hashes/mythicbeasts.txt mythicbeasts-out-of-date
276276

277-
- name: Pull transip plugin remote commits
278-
if: ${{ github.event.inputs.trigger_all_builds == 'false' || github.event.inputs.trigger_all_builds == '' && needs.check-for-new-caddy-release.outputs.caddy == 'false' }} #workaround, github inputs will be empty by default
279-
id: transip
280-
run: sh commit-check.sh https://github.com/caddy-dns/transip transip-local.txt git-hashes/transip.txt transip-out-of-date
277+
# - name: Pull transip plugin remote commits
278+
# if: ${{ github.event.inputs.trigger_all_builds == 'false' || github.event.inputs.trigger_all_builds == '' && needs.check-for-new-caddy-release.outputs.caddy == 'false' }} #workaround, github inputs will be empty by default
279+
# id: transip
280+
# run: sh commit-check.sh https://github.com/caddy-dns/transip transip-local.txt git-hashes/transip.txt transip-out-of-date
281281

282282
# - name: Pull godaddy plugin remote commits
283283
# if: ${{ github.event.inputs.trigger_all_builds == 'false' || github.event.inputs.trigger_all_builds == '' && needs.check-for-new-caddy-release.outputs.caddy == 'false' }} #workaround, github inputs will be empty by default
@@ -934,25 +934,25 @@ jobs:
934934
plugin_name: mythicbeasts
935935
repo: https://github.com/caddy-dns/mythicbeasts
936936

937-
trigger-transip-build:
938-
needs: check-for-plugin-updates
939-
if: ${{ needs.check-for-plugin-updates.outputs.transip == 'true' }}
940-
uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
941-
permissions:
942-
packages: write
943-
contents: write
944-
secrets: inherit
945-
with:
946-
dockerfile: Dockerfile
947-
dockerfile_alpine: Dockerfile-alpine
948-
image_title: Caddy with transip dns plugin
949-
license: MIT
950-
tag: transip
951-
alpine_tag: transip-alpine
952-
go_plugin_link: github.com/caddy-dns/transip
953-
hash_file: git-hashes/transip.txt
954-
plugin_name: transip
955-
repo: https://github.com/caddy-dns/transip
937+
# trigger-transip-build:
938+
# needs: check-for-plugin-updates
939+
# if: ${{ needs.check-for-plugin-updates.outputs.transip == 'true' }}
940+
# uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
941+
# permissions:
942+
# packages: write
943+
# contents: write
944+
# secrets: inherit
945+
# with:
946+
# dockerfile: Dockerfile
947+
# dockerfile_alpine: Dockerfile-alpine
948+
# image_title: Caddy with transip dns plugin
949+
# license: MIT
950+
# tag: transip
951+
# alpine_tag: transip-alpine
952+
# go_plugin_link: github.com/caddy-dns/transip
953+
# hash_file: git-hashes/transip.txt
954+
# plugin_name: transip
955+
# repo: https://github.com/caddy-dns/transip
956956

957957
# trigger-godaddy-build:
958958
# needs: check-for-plugin-updates

0 commit comments

Comments
 (0)