Skip to content

Commit cf8b9fe

Browse files
committed
only include devcontainers in cpp projects
1 parent 7532c08 commit cf8b9fe

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
imageName: ghcr.io/bl-sdk/${{ matrix.container }}
3636
cacheFrom: ghcr.io/bl-sdk/${{ matrix.container }}
37-
configFile: "{{ cookiecutter.__project_slug }}/.devcontainer/${{ matrix.container }}/devcontainer.json"
37+
configFile: "{{ cookiecutter.__project_slug }}/.devcontainer/${{ matrix.container }}/{% if cookiecutter.include_cpp %}devcontainer.json{% endif %}"
3838
push: always

0 commit comments

Comments
 (0)