From f901fea96b2f886f9c29aa4515f6b4d56fc743fd Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Wed, 30 Dec 2020 13:59:49 +0100
Subject: [PATCH] gitlab-ci-cd/drupal#1 Testing

---
 test-and-deploy.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index 414221c..b047007 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -55,7 +55,6 @@ stages:
   variables:
     GIT_STRATEGY: none
   script: |
-    docker exec ${COMPOSE_PROJECT_NAME}_mariadb_1 mysql -u drupal --password=drupal -e "show tables;" drupal
     DBREQUIRED="no"
     if [[ "$CI_COMMIT_REF_NAME" == "master" ]]; then
       DBREQUIRED="yes"
-- 
GitLab