From d7d4b8bf928704baf2361a4c410fbf5838d3426c Mon Sep 17 00:00:00 2001 From: Antoine Mottier Date: Thu, 4 Mar 2021 15:22:40 +0100 Subject: [PATCH] Store collectdata.sh as pipeline artifact This is needed to ease deployment. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d917d4..6d6d659 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,7 @@ test-webapp: paths: - data-collection/target/*.jar - data-collection/target/lib/*.jar + - data-collection/bin/collectdata.sh jar-data-collection:prod: extends: .jar-data-collection-common -- GitLab