From 7538b2946995de3fc8fd04ddfc74eb7e73c8d8ba Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 31 Jul 2017 13:31:33 +0000
Subject: [PATCH] Upload to the right stretch repository

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3ada4b..a6d6ec6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,7 @@ build:pkg-stretch:
 upload:pkg-stretch:
   stage: upload
   image: "ai/pkg:base"
-  script: "upload-packages"
+  script: "upload-packages --repository=stretch-ai"
   dependencies:
     - build:pkg-stretch
 
-- 
GitLab