[extensions-web/barthalion/ci-shared-runners] Fix syntax
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web/barthalion/ci-shared-runners] Fix syntax
- Date: Mon, 20 Jul 2020 17:27:07 +0000 (UTC)
commit 1d0525c87d4fe383e54f6c8a9116079fc3a561b1
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Mon Jul 20 19:26:59 2020 +0200
Fix syntax
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd73315..0a927cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,8 @@ test:
image: python:3.6-stretch
script:
- openshift/docker/build.sh
- - pip install -r requirements.txt \
- - pip install -r requirements.ego.txt \
+ - pip install -r requirements.txt
+ - pip install -r requirements.ego.txt
- EGO_SECRET_KEY=- python manage.py compilemessages
- EGO_SECRET_KEY=. EGO_DEBUG=1 python manage.py test
- pip install safety
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]