Skip to content

Commit 0202870

Browse files
committed
Use make_devcontainers.sh --clean when validating.
This will catch issues like NVIDIA#1955 before they hit `main`.
1 parent 3797dc3 commit 0202870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-devcontainers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sudo chmod +x /usr/local/bin/yq
3737
- name: Run the script to generate devcontainer files
3838
run: |
39-
./.devcontainer/make_devcontainers.sh --verbose
39+
./.devcontainer/make_devcontainers.sh --verbose --clean
4040
- name: Check for changes
4141
run: |
4242
if [[ $(git diff --stat) != '' || $(git status --porcelain | grep '^??') != '' ]]; then

0 commit comments

Comments
 (0)