Skip to content

Commit

Permalink
[skip ci] remove ioopia
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR authored Oct 14, 2023
1 parent 2ffbdf1 commit 5787b02
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
mythicbeasts: ${{ steps.mythicbeasts.outputs.mythicbeasts-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
transip: ${{ steps.transip.outputs.transip-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
# godaddy: ${{ steps.godaddy.outputs.godaddy-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
ioopia: ${{ steps.ioopia.outputs.ioopia-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
namesilo: ${{ steps.namesilo.outputs.namesilo-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
namedotcom: ${{ steps.namedotcom.outputs.namedotcom-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
directadmin: ${{ steps.directadmin.outputs.directadmin-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
Expand Down Expand Up @@ -285,11 +284,6 @@ jobs:
# id: godaddy
# run: sh commit-check.sh https://github.com/caddy-dns/godaddy godaddy-local.txt git-hashes/godaddy.txt godaddy-out-of-date

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

- name: Pull namesilo 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: namesilo
Expand Down Expand Up @@ -980,26 +974,6 @@ jobs:
# plugin_name: godaddy
# repo: https://github.com/caddy-dns/godaddy

trigger-ioopia-build:
needs: check-for-plugin-updates
if: ${{ needs.check-for-plugin-updates.outputs.ioopia == '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 ioopia dns plugin
license: MIT
tag: ioopia
alpine_tag: ioopia-alpine
go_plugin_link: github.com/caddy-dns/ioopia
hash_file: git-hashes/ioopia.txt
plugin_name: ioopia
repo: https://github.com/caddy-dns/ioopia

trigger-namesilo-build:
needs: check-for-plugin-updates
if: ${{ needs.check-for-plugin-updates.outputs.namesilo == 'true' }}
Expand Down

0 comments on commit 5787b02

Please sign in to comment.