[bbb-greenlight] Revert "Fix argument order"



commit 535f627fc802e78276f98c1e1826d42fee2be412
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Mon Aug 3 13:32:27 2020 +0200

    Revert "Fix argument order"
    
    This reverts commit d010409ad534150854d49acf08a5ea842483febd.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 251e9aa..27a6919 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ docker:
       events_logger = "file"
       END
 
-    - buildah login registry.gitlab.gnome.org -u $CI_REGISTRY_USER -p $CI_REGISTRY_TOKEN
+    - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_TOKEN registry.gitlab.gnome.org
     - buildah bud -t greenlight .
     - buildah tag greenlight registry.gitlab.gnome.org/infrastructure/bbb-greenlight:$COMMIT 
registry.gitlab.gnome.org/infrastructure/bbb-greenlight:latest
     - buildah push registry.gitlab.gnome.org/infrastructure/bbb-greenlight:$COMMIT 
registry.gitlab.gnome.org/infrastructure/bbb-greenlight:latest


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