From 25694bc70f3e31af03a23e5f3c79685a9fa2ea1b Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 29 Aug 2020 13:11:31 -0700 Subject: [PATCH] Switch to shared CI config --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c575547..5302fd8 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,2 @@ include: - - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/variables.yml - - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/cache.yml - - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/before-script.yml - - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/matrix.yml + - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/main/plugins/default.yml -- GitLab