diff --git a/plugins/default.yml b/plugins/default.yml new file mode 100644 index 0000000000000000000000000000000000000000..73e2f88d7d5a1fc94272fa131d0de1752d0c1ceb --- /dev/null +++ b/plugins/default.yml @@ -0,0 +1,5 @@ +include: + - local: './templates/variables.yml' + - local: './templates/cache.yml' + - local: './templates/before_script.yml' + - local: './templates/matrix.yml' diff --git a/plugins/before-script.yml b/plugins/templates/before-script.yml similarity index 100% rename from plugins/before-script.yml rename to plugins/templates/before-script.yml diff --git a/plugins/cache.yml b/plugins/templates/cache.yml similarity index 100% rename from plugins/cache.yml rename to plugins/templates/cache.yml diff --git a/plugins/matrix.yml b/plugins/templates/matrix.yml similarity index 100% rename from plugins/matrix.yml rename to plugins/templates/matrix.yml diff --git a/plugins/variables.yml b/plugins/templates/variables.yml similarity index 100% rename from plugins/variables.yml rename to plugins/templates/variables.yml