]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix gitlab ci external tests
authorChocobozzz <me@florianbigard.com>
Wed, 6 May 2020 06:54:07 +0000 (08:54 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 6 May 2020 06:54:07 +0000 (08:54 +0200)
.gitlab-ci.yml

index 318f7dfee58303ab15d0b354134a1725ccd5d348..4f76baa5afdf256ad2a0f2196bcc4bc07fc6e5fe 100644 (file)
@@ -171,7 +171,7 @@ test-external-plugins:
   before_script:
     - 'sed -i -z "s/database:\n  hostname: ''localhost''/database:\n  hostname: ''postgres''/" config/test.yaml'
     - 'sed -i -z "s/redis:\n  hostname: ''localhost''/redis:\n  hostname: ''redis''/" config/test.yaml'
-    - psql -c "create user peertube with password 'peertube';"; fi
+    - psql -c "create user peertube with password 'peertube';"
     - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache
   script:
     - npm run ci -- "external-plugins"