[gbm-web] Fix syntax error



commit 72724d847859288774aaadf59b6280089879d960
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Sep 16 13:33:18 2020 +0200

    Fix syntax error

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de5cb52..c28d7fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 docker:
   image: 'registry.gitlab.gnome.org/infrastructure/oci-images/buildah:latest'
   stage: test
+  script:
     - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_TOKEN registry.gitlab.gnome.org
     - buildah bud -t flat-manager .
     - buildah tag flat-manager 
registry.gitlab.gnome.org/infrastructure/gbm-web/flat-manager:$CI_COMMIT_SHORT_SHA 
registry.gitlab.gnome.org/infrastructure/gbm-web/flat-manager:latest


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