Skip to content

Commit

Permalink
[WIP] Woops, stub true command must be passed with full path in quote…
Browse files Browse the repository at this point in the history
…d arg.
  • Loading branch information
aj-stein-nist committed Apr 8, 2022
1 parent 6818750 commit c7ac6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs: # a collection of
- run:
name: Run Unit Tests with XSpec
command: |
bash true
bash -c "/bin/true"
job-validate-markdown:
executor: java-executor
steps:
Expand Down

0 comments on commit c7ac6a7

Please sign in to comment.