Skip to content

Commit

Permalink
Reverted commented code in build-internal-contrib.yml
Browse files Browse the repository at this point in the history
testing multiple line cmd_params in build-internal-contrib.yml
  • Loading branch information
ericbsd committed Nov 1, 2021
1 parent e915880 commit ef59c1a
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions .github/workflows/build-internal-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,29 @@ jobs:
- name: Get the preview_url
run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"

# - name: Sleep for 30 seconds
# run: sleep 30s
# shell: bash
- name: Sleep for 30 seconds
run: sleep 30s
shell: bash

# - name: Check links using container
# uses: ruzickap/action-my-broken-link-checker@v2
# with:
# url: "https://${{ steps.preview_step.outputs.preview_url }}"
# cmd_params: "--buffer-size=8192 --skip-tls-verification --timeout=60 --rate-limit=30 --color=always --exclude docs/ --exclude=docs/files/ --exclude=files/TrueNASCollection.vssx --exclude=update.freenas.org --exclude=microsoft.com --exclude=oracle.com --exclude=amazon.com --exclude=apple.com --exclude=fastmail.com --exclude=linode.com --exclude=community.openvpn.net --exclude=tools.ietf.org --exclude=github.com --exclude=freebsd.org --exclude=jira.ixsystems.com --exclude=linkedin.com --exclude=googletagmanager.com --exclude=youtube.com --exclude=vmware.com --exclude=cyberciti.biz --exclude=truenas-documentation-deploy.surge.sh --exclude=tc2api.html --exclude=/docs/images/tn-openstorage-logo.png --exclude=https://www.backblaze.com/ --exclude=https://discord.com/invite/Q3St5fPETd --exclude=https://www.veeam.com/documentation-guides-datasheets.html --exclude=https://shop.westerndigital.com/products/internal-drives/wd-red-plus-sata-2-5-hdd#WD10JFCX"
# run_timeout: 300
# debug: true
- name: Check links using container
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: "https://${{ steps.preview_step.outputs.preview_url }}"
cmd_params: "--buffer-size=8192 --skip-tls-verification --timeout=60
--rate-limit=30 --color=always --exclude docs/ --exclude=docs/files/
--exclude=files/TrueNASCollection.vssx --exclude=update.freenas.org
--exclude=microsoft.com --exclude=oracle.com --exclude=amazon.com
--exclude=apple.com --exclude=fastmail.com --exclude=linode.com
--exclude=community.openvpn.net --exclude=tools.ietf.org
--exclude=github.com --exclude=freebsd.org
--exclude=jira.ixsystems.com --exclude=linkedin.com
--exclude=googletagmanager.com --exclude=youtube.com
--exclude=vmware.com --exclude=cyberciti.biz
--exclude=truenas-documentation-deploy.surge.sh --exclude=tc2api.html
--exclude=/docs/images/tn-openstorage-logo.png
--exclude=https://www.backblaze.com/
--exclude=https://discord.com/invite/Q3St5fPETd
--exclude=https://www.veeam.com/documentation-guides-datasheets.html
--exclude=https://shop.westerndigital.com/products/internal-drives/wd-red-plus-sata-2-5-hdd#WD10JFCX"
run_timeout: 300
debug: true

0 comments on commit ef59c1a

Please sign in to comment.