From e190d7cdbfc981d200e8cccb677604eafbe45303 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Wed, 26 Feb 2020 13:43:37 +0100 Subject: [PATCH] fix(.circleci): specify target path for deb packages Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fd452855..6527bd0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,8 +95,8 @@ jobs: name: Publish deb command: | FALCO_VERSION=$(sed -e 's/^"//' -e 's/"$//' <<< $(cat /build/release/userspace/falco/config_falco.h | grep 'FALCO_VERSION ' | cut -d' ' -f3)) - jfrog bt u /build/release/falco-${FALCO_VERSION}-x86_64.deb falcosecurity/deb/falco-dev/${FALCO_VERSION} --deb bionic/main/amd64 --user poiana --key ${BINTRAY_SECRET} --publish - jfrog bt u /build/release/falco-${FALCO_VERSION}-x86_64.deb falcosecurity/deb/falco-dev/${FALCO_VERSION} --deb xenial/main/amd64 --user poiana --key ${BINTRAY_SECRET} --publish + jfrog bt u /build/release/falco-${FALCO_VERSION}-x86_64.deb falcosecurity/deb/falco-dev/${FALCO_VERSION} bionic/ --deb bionic/main/amd64 --user poiana --key ${BINTRAY_SECRET} --publish + jfrog bt u /build/release/falco-${FALCO_VERSION}-x86_64.deb falcosecurity/deb/falco-dev/${FALCO_VERSION} xenial/ --deb xenial/main/amd64 --user poiana --key ${BINTRAY_SECRET} --publish workflows: version: 2 build_and_test: @@ -109,4 +109,4 @@ workflows: - "publish/packages": context: falco requires: - - "build/centos7" + - "build/centos7" \ No newline at end of file