From 0eaf1fe550bf9d0499766c71127d67a1143599f8 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Tue, 2 Feb 2021 10:29:41 +0200 Subject: [PATCH] Issue #3194401: Switch to CircleCI as the default automated testing platform --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49a08295..384de547 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,10 +115,6 @@ jobs: sudo composer self-update --2 composer --version - - setup_remote_docker: - docker_layer_caching: true - - run: docker build . - ## Build Varbase with the composer. - run: name: Build Varbase with the composer -- GitLab