[extensions-web] Actually execute the build script



commit 976ab899d2d84b147466247e68f266b71bc74407
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Jul 21 07:28:34 2020 +0200

    Actually execute the build script

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 49e1045..74e6621 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ test:
   stage: build
   image: python:3.6-stretch
   script:
-    - build.sh
+    - ./build.sh
     - pip install -r requirements.txt
     - pip install -r requirements.ego.txt
     - EGO_SECRET_KEY=- python manage.py compilemessages


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]