diff --git a/plugins/default.yml b/plugins/default.yml index 73e2f88d7d5a1fc94272fa131d0de1752d0c1ceb..f010cbbfbfef03c31368f5090fc1da8eb8683682 100644 --- a/plugins/default.yml +++ b/plugins/default.yml @@ -1,5 +1,5 @@ include: - - local: './templates/variables.yml' - - local: './templates/cache.yml' - - local: './templates/before_script.yml' - - local: './templates/matrix.yml' + - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/templates/variables.yml + - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/templates/cache.yml + - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/templates/before-script.yml + - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/templates/matrix.yml