Skip to content

Commit

Permalink
remove debug file #250
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Aug 4, 2020
1 parent 8af642a commit 3347bb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 29 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-any.branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ jobs:
name:
runs-on: ubuntu-18.04
steps:
- name: Check if if Master
if: github.ref == 'refs/heads/master'
run: echo "This is Main"

# todo
- name: Check if 259-add-link-checker-to-ci
if: github.ref == 'refs/heads/259-add-link-checker-to-ci'
run: echo "This is 259-add-link-checker-to-ci"

- name: Git checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -53,9 +45,17 @@ jobs:
- name: Sleep to ensure hugo server is ready
run: sleep 5

# todo - call errors out ...multi-line not OK?
- name: Run Muffet link checkier
run: muffet http://localhost:1313 --buffer-size 50000 --timeout 15 --concurrency 1 --ignore-fragments -e ".*demo\.app\.medicmobile\.org.*" -e ".*download\.docker\.com.*" -e ".*www\.npmjs\.com/org/medic/team/developers" -e ".*github\.com/medic/cht-docs/issues/new.*" -e ".*localhost:5984.*"
run: muffet http://localhost:1313 --buffer-size 50000 --timeout 15 --concurrency 1 --ignore-fragments --exclude ".*demo\.app\.medicmobile\.org.*" --exclude ".*download\.docker\.com.*" --exclude ".*www\.npmjs\.com/org/medic/team/developers" --exclude ".*github\.com/medic/cht-docs/issues/new.*" --exclude ".*localhost:5984.*"

# todo - remove this comment:
# muffet -f -e ".*github\.com.*" -e ".*demo\.app\.medicmobile\.org.*" -e ".*download\.docker\.com.*" -e ".*www\.npmjs\.com/org/medic/team/developers.*" -e ".*github\.com/medic/cht-docs/issues/new.*" -e ".*localhost:5984.*" http://localhost:1313

- name: Check if if Master
if: github.ref == 'refs/heads/master'
run: echo "This is Main"

# todo
- name: Check if 259-add-link-checker-to-ci
if: github.ref == 'refs/heads/259-add-link-checker-to-ci'
run: echo "This is 259-add-link-checker-to-ci"
Loading

0 comments on commit 3347bb6

Please sign in to comment.