Skip to content

Commit

Permalink
Merge pull request #17 from sappelhoff/debugci4
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
sappelhoff authored Mar 25, 2021
2 parents 23ab23d + 38100cc commit 07d3b1a
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,12 @@ jobs:
docker:
- image: yarikoptic/linkchecker:9.4.0.anchorfix1-1
steps:
- run:
name: where am i
command: |
pwd
ls
- attach_workspace:
# mkdocs build outputs will be in ~/project/site
at: ~/project
- run:
name: where am i
command: |
pwd
ls
- run:
name: check links
command: |
git status
if (! git log -1 --pretty=%b | grep REL:) ; then
chmod a+rX -R ~
linkchecker -t 1 ~/project/site/
Expand Down Expand Up @@ -165,7 +154,8 @@ jobs:
pwd
ls
- attach_workspace:
at: ~/changelog_build
# the freshly built CHANGES.md will be in ~/changelog_build/CHANGES.md
at: ~/.
- run:
name: where am i
command: |
Expand Down Expand Up @@ -216,7 +206,8 @@ jobs:
ls
tree . -L 2
- attach_workspace:
at: ~/changelog_build
# the freshly built CHANGES.md will be in ~/changelog_build/CHANGES.md
at: ~/.
- run:
name: where am i
command: |
Expand Down

0 comments on commit 07d3b1a

Please sign in to comment.