Skip to content

Commit

Permalink
cleanup unused env vars in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Dec 17, 2023
1 parent 70539cc commit 223b1d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ steps:
- spellchecker --files '_docs/**/*.md' 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls
environment:
FORCE_COLOR: "true"
NPM_CONFIG_LOGLEVEL: "error"

link-validation:
image: docker.io/lycheeverse/lychee
Expand All @@ -48,7 +47,6 @@ steps:
- html-beautify -r -f 'docs/public/**/*.html'
environment:
FORCE_COLOR: "true"
NPM_CONFIG_LOGLEVEL: error

publish:
image: quay.io/thegeeklab/wp-s3-action
Expand All @@ -75,9 +73,9 @@ steps:
image: docker.io/chko/docker-pushrm:1
secrets:
- source: docker_password
target: DOCKER_PASS
target: DOCKER_PASS
- source: docker_username
target: DOCKER_USER
target: DOCKER_USER
environment:
PUSHRM_FILE: README.md
PUSHRM_SHORT: Annotation based documentation for your Ansible roles
Expand Down

0 comments on commit 223b1d8

Please sign in to comment.