From 23988fbeae72b7ebd0c65b9091851f770f7b0a1a Mon Sep 17 00:00:00 2001 From: ManifoldFR <wilson.jallet@gmail.com> Date: Sat, 5 May 2018 16:10:21 +0200 Subject: [PATCH] removed knex ops in build stage --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e16d3a4..614847e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,9 +36,7 @@ build: before_script: - export NODE_ENV=staging - echo $LDAP_CONN_CONFIG > ldap_connexion_config.json - script: - - npm run build - - npx knex seed:run + script: npm run build artifacts: paths: - build/ -- GitLab