Skip to content

Commit

Permalink
elaborate on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Sep 21, 2023
1 parent 4352fc4 commit a110c43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
aws-s3-region: us-west-2
cdn: https://d3fqnyekunr9xg.cloudfront.net

# In order to accurately check if there are any uncommitted changes, cleanup any
# intermediate artifacts generated during the duvet run.
# The `duvet report` command generates some artifacts (specs folder) that
# interfere with detecting uncommitted files. This step cleans up those
# artifacts. Since the cleanup runs prior to the “Extract RFC spec data”
# phase, this is a safe operation.
- name: Cleanup intermediate artifacts
run: rm -r specs
shell: bash
Expand Down

0 comments on commit a110c43

Please sign in to comment.