From c19471ad962fda2a955ccb896422034079b6ed99 Mon Sep 17 00:00:00 2001 From: Trisha Anand Date: Tue, 12 May 2020 13:32:28 +0530 Subject: [PATCH] Removing testing step from ci/cd pipeline for the branch feature/acl. --- app/client/.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/.gitlab-ci.yml b/app/client/.gitlab-ci.yml index ef710dbe4b..ff929ee47a 100644 --- a/app/client/.gitlab-ci.yml +++ b/app/client/.gitlab-ci.yml @@ -75,7 +75,6 @@ cypress-test-release: # We don't test on master right now because of changing environment variables for REACT_APP_BASE_URL. Need to figure out a way to configure that. - release - merge_requests - - feature/acl # cypress-test-fix: # stage: build