Skip to content

Commit

Permalink
disable netcup and acmedns until #1 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed May 29, 2023
1 parent cb08791 commit 5a01518
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
namecheap: ${{ steps.namecheap.outputs.namecheap-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
digitalocean: ${{ steps.digitalocean.outputs.digitalocean-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
hetzner: ${{ steps.hetzner.outputs.hetzner-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
acmedns: ${{ steps.acmedns.outputs.acmedns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
# acmedns: ${{ steps.acmedns.outputs.acmedns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
alidns: ${{ steps.alidns.outputs.alidns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
dnspod: ${{ steps.dnspod.outputs.dnspod-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
google-domains: ${{ steps.google-domains.outputs.google-domains-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
vercel: ${{ steps.vercel.outputs.vercel-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
netcup: ${{ steps.netcup.outputs.netcup-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
# netcup: ${{ steps.netcup.outputs.netcup-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
powerdns: ${{ steps.powerdns.outputs.powerdns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
googleclouddns: ${{ steps.googleclouddns.outputs.googleclouddns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
ovh: ${{ steps.ovh.outputs.ovh-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
Expand Down Expand Up @@ -148,10 +148,10 @@ jobs:
id: hetzner
run: sh commit-check.sh https://github.com/caddy-dns/hetzner hetzner-local.txt git-hashes/hetzner.txt hetzner-out-of-date

- name: Pull acmedns plugin remote commits
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
id: acmedns
run: sh commit-check.sh https://github.com/caddy-dns/acmedns acmedns-local.txt git-hashes/acmedns.txt acmedns-out-of-date
# - name: Pull acmedns plugin remote commits
# 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
# id: acmedns
# run: sh commit-check.sh https://github.com/caddy-dns/acmedns acmedns-local.txt git-hashes/acmedns.txt acmedns-out-of-date

- name: Pull alidns plugin remote commits
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
Expand All @@ -173,10 +173,10 @@ jobs:
id: vercel
run: sh commit-check.sh https://github.com/caddy-dns/vercel vercel-local.txt git-hashes/vercel.txt vercel-out-of-date

- name: Pull netcup plugin remote commits
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
id: netcup
run: sh commit-check.sh https://github.com/caddy-dns/netcup netcup-local.txt git-hashes/netcup.txt netcup-out-of-date
# - name: Pull netcup plugin remote commits
# 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
# id: netcup
# run: sh commit-check.sh https://github.com/caddy-dns/netcup netcup-local.txt git-hashes/netcup.txt netcup-out-of-date

- name: Pull powerdns plugin remote commits
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
Expand Down Expand Up @@ -398,25 +398,25 @@ jobs:
plugin_name: hetzner
repo: https://github.com/caddy-dns/hetzner

trigger-acmedns-build:
needs: check-for-plugin-updates
if: ${{ needs.check-for-plugin-updates.outputs.acmedns == 'true' }}
uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
permissions:
packages: write
contents: write
secrets: inherit
with:
dockerfile: Dockerfile
dockerfile_alpine: Dockerfile-alpine
image_title: Caddy with acmedns dns plugin
license: MIT
tag: acmedns
alpine_tag: acmedns-alpine
go_plugin_link: github.com/caddy-dns/acmedns
hash_file: git-hashes/acmedns.txt
plugin_name: acmedns
repo: https://github.com/caddy-dns/acmedns
# trigger-acmedns-build:
# needs: check-for-plugin-updates
# if: ${{ needs.check-for-plugin-updates.outputs.acmedns == 'true' }}
# uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
# permissions:
# packages: write
# contents: write
# secrets: inherit
# with:
# dockerfile: Dockerfile
# dockerfile_alpine: Dockerfile-alpine
# image_title: Caddy with acmedns dns plugin
# license: MIT
# tag: acmedns
# alpine_tag: acmedns-alpine
# go_plugin_link: github.com/caddy-dns/acmedns
# hash_file: git-hashes/acmedns.txt
# plugin_name: acmedns
# repo: https://github.com/caddy-dns/acmedns

trigger-alidns-build:
needs: check-for-plugin-updates
Expand Down Expand Up @@ -498,25 +498,25 @@ jobs:
plugin_name: vercel
repo: https://github.com/caddy-dns/vercel

trigger-netcup-build:
needs: check-for-plugin-updates
if: ${{ needs.check-for-plugin-updates.outputs.netcup == 'true' }}
uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
permissions:
packages: write
contents: write
secrets: inherit
with:
dockerfile: Dockerfile
dockerfile_alpine: Dockerfile-alpine
image_title: Caddy with netcup dns plugin
license: MIT
tag: netcup
alpine_tag: netcup-alpine
go_plugin_link: github.com/caddy-dns/netcup
hash_file: git-hashes/netcup.txt
plugin_name: netcup
repo: https://github.com/caddy-dns/netcup
# trigger-netcup-build:
# needs: check-for-plugin-updates
# if: ${{ needs.check-for-plugin-updates.outputs.netcup == 'true' }}
# uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
# permissions:
# packages: write
# contents: write
# secrets: inherit
# with:
# dockerfile: Dockerfile
# dockerfile_alpine: Dockerfile-alpine
# image_title: Caddy with netcup dns plugin
# license: MIT
# tag: netcup
# alpine_tag: netcup-alpine
# go_plugin_link: github.com/caddy-dns/netcup
# hash_file: git-hashes/netcup.txt
# plugin_name: netcup
# repo: https://github.com/caddy-dns/netcup

trigger-powerdns-build:
needs: check-for-plugin-updates
Expand Down

0 comments on commit 5a01518

Please sign in to comment.