Skip to content
Snippets Groups Projects
Commit 97900cad authored by jurgenhaas's avatar jurgenhaas
Browse files

#1 Testing

parent 65459d55
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ stages:
variables:
GIT_STRATEGY: none
script: |
docker container ls --all -q -f name=^${COMPOSE_PROJECT_NAME}_mariadb_1$
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment