From 0a1f7919b417511503271181b58024a25940439d Mon Sep 17 00:00:00 2001 From: Xuan Hu Date: Fri, 12 Jan 2024 02:21:17 +0000 Subject: [PATCH] Fix rules for file changes. --- .gitlab/ci/devcontainer.yml | 2 +- .../ci/devcontainer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/devcontainer.yml b/.gitlab/ci/devcontainer.yml index fd5f3bf0..98a47ca0 100644 --- a/.gitlab/ci/devcontainer.yml +++ b/.gitlab/ci/devcontainer.yml @@ -11,7 +11,7 @@ devcontainer-prebuild: - '3.12' rules: - changes: - - .devcontainer/prebuild/** + - .devcontainer/prebuild/**/* if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH script: - apk add --update nodejs npm python3 make g++ diff --git a/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/ci/devcontainer.yml b/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/ci/devcontainer.yml index fd5f3bf0..98a47ca0 100644 --- a/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/ci/devcontainer.yml +++ b/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/ci/devcontainer.yml @@ -11,7 +11,7 @@ devcontainer-prebuild: - '3.12' rules: - changes: - - .devcontainer/prebuild/** + - .devcontainer/prebuild/**/* if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH script: - apk add --update nodejs npm python3 make g++