From 0fd0ebad56003a8e45128be568a1736a24629037 Mon Sep 17 00:00:00 2001 From: "alexandr.kravchenko" <alexander.kravchenko@demlabs.net> Date: Wed, 16 Oct 2019 05:31:04 -0400 Subject: [PATCH] Added reprepro support --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 636e1d4..4a05811 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,4 @@ cellframe-dashboard-schedule: stage: build tags: - cellframe-dashboard - script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard + script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard && ~/production/integration/reprepro/publish.sh debian.pub.demlabs.net stretch main -- GitLab