From fdc32579e0565bc1e9dbcfe8ee4a8fd77234b8c0 Mon Sep 17 00:00:00 2001 From: Juan Pablo Samper Date: Mon, 1 Feb 2021 18:30:43 -0800 Subject: [PATCH] iox-#409 Add placeholder script for running Axivion analysis --- .github/workflows/axivion.yml | 2 +- tools/axivion/run_axivion | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 tools/axivion/run_axivion diff --git a/.github/workflows/axivion.yml b/.github/workflows/axivion.yml index 2e591fb20ad..4482e878885 100644 --- a/.github/workflows/axivion.yml +++ b/.github/workflows/axivion.yml @@ -2,7 +2,7 @@ name: Axivion on: push: - branches: [ master ] + branches: [ master, iox-#409-axivion-analysis ] pull_request: branches: [ master ] diff --git a/tools/axivion/run_axivion b/tools/axivion/run_axivion new file mode 100755 index 00000000000..ff28fa5fe17 --- /dev/null +++ b/tools/axivion/run_axivion @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -ex + +WORKSPACE=$(pwd) +echo $WORKSPACE + +echo "TODO: Actually run Axivion analysis" +exit 1 \ No newline at end of file