mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-03 01:46:38 +00:00
fix(.circleci): version + xenial
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
b59e4b6072
commit
c19b2f14ad
@ -94,8 +94,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Publish deb
|
name: Publish deb
|
||||||
command: |
|
command: |
|
||||||
FALCO_VERSION=$(./build/userspace/falco/falco --version | awk '{print $3;}')
|
FALCO_VERSION=$(/build/userspace/falco/falco --version | awk '{print $3;}')
|
||||||
jfrog bt u ./build/release/falco-${FALCO_VERSION}.deb falcosecurity/deb/falco/${FALCO_VERSION} --deb bionic/main/amd64 --user poiana --key ${BINTRAY_SECRET} --publish
|
jfrog bt u /build/release/falco-${FALCO_VERSION}.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}.deb falcosecurity/deb/falco-dev/${FALCO_VERSION} --deb xenial/main/amd64 --user poiana --key ${BINTRAY_SECRET} --publish
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
Loading…
Reference in New Issue
Block a user