Skip to content

Commit

Permalink
Remove base dir to lint files (#9166)
Browse files Browse the repository at this point in the history
* remove base dir path that isn't working

* checked path and readded

* make change to check

* try using root

* remove base_dir
  • Loading branch information
rosieyohannan authored and shellystuart committed Jan 9, 2025
1 parent a8e0139 commit 421a226
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ workflows:
jobs:
- vale/lint:
reference_branch: master
base_dir: ~/project/jekyll/_cci2/

build-deploy:
when:
Expand Down
2 changes: 1 addition & 1 deletion jekyll/_cci2/about-circleci.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CircleCI may be configured to deploy code to various environments, including (bu
* Android
* iOS

The link:https://circleci.com/developer/orbs[orbs registry] contains packages of reusable configuration that can be used for common deployment targets. Orbs simplify and streamline your configuration.
The link:https://circleci.com/developer/orbs[orbs registry] contains packages of reusable configuration for common deployment targets. Orbs simplify and streamline your configuration.

Other cloud service deployments can be scripted using SSH, or by installing the API client of the service with your job configuration.

Expand Down

0 comments on commit 421a226

Please sign in to comment.