Skip to content

Commit

Permalink
Use make_devcontainers.sh --clean when validating. (NVIDIA#1963)
Browse files Browse the repository at this point in the history
This will catch issues like NVIDIA#1955 before they hit `main`.
  • Loading branch information
alliepiper committed Jul 9, 2024
1 parent f34a8c1 commit 31fd883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo chmod +x /usr/local/bin/yq
- name: Run the script to generate devcontainer files
run: |
./.devcontainer/make_devcontainers.sh --verbose
./.devcontainer/make_devcontainers.sh --verbose --clean
- name: Check for changes
run: |
if [[ $(git diff --stat) != '' || $(git status --porcelain | grep '^??') != '' ]]; then
Expand Down

0 comments on commit 31fd883

Please sign in to comment.