From ee4892e172564522fcfeed163561fa3b9ecea1b6 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 2 Dec 2020 16:02:58 +0100 Subject: [PATCH] Update .github/workflows/ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fermín Galán Márquez --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1a072668..a29a2f8ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: run: | cd "${GITHUB_WORKSPACE}"/cygnus-common mvn -q test - + # Build and install cygnus-common, this is necessary because it is a dependency for cygnus-ngsi and others mvn -q clean compile exec:exec assembly:single VERSION=$(cat pom.xml | grep version | sed -n '1p' | sed -ne '//s#\s*<[^>]*>\s*##gp' | sed 's/ //g') mvn -q install:install-file -Dfile=target/cygnus-common-$VERSION-jar-with-dependencies.jar -DgroupId=com.telefonica.iot -DartifactId=cygnus-common -Dversion=$VERSION -Dpackaging=jar -DgeneratePom=true