From 84db04ff1ce0294b95038b7e63fe32ef831d9bab Mon Sep 17 00:00:00 2001 From: Ilia Eriomenco <ilia.eriomenco@endava.com> Date: Mon, 29 Mar 2021 14:47:52 +0300 Subject: [PATCH] ci: deleted docker command from eLife pipeline script template --- .gitlab-ci.elife.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.elife.yml b/.gitlab-ci.elife.yml index 2a9d41a49f..54451a7e2a 100644 --- a/.gitlab-ci.elife.yml +++ b/.gitlab-ci.elife.yml @@ -85,7 +85,6 @@ lint: - cd ${HOME} - apt-get -y install postgresql-client # this is needed for pgboss initial setup - - docker ps - psql -h localhost -U kotahidev -d kotahidev -c "create extension pgcrypto;" # use the example env for tests - cp .env.example .env -- GitLab