From f0e919f937d8737a420b4e218598f07291c1b360 Mon Sep 17 00:00:00 2001 From: rbuisson Date: Mon, 18 Dec 2023 11:58:53 +0100 Subject: [PATCH] OZ-196: Add GitHub Actions to build and publish --- .ocd3.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .ocd3.yml diff --git a/.ocd3.yml b/.ocd3.yml new file mode 100644 index 0000000..e113737 --- /dev/null +++ b/.ocd3.yml @@ -0,0 +1,6 @@ +version: 1 +# Build and publish are handled by GitHub Actions. Only using OCD3 to trigger downstream jobs. +build: + bash_commands: "echo 'Build is handled by GitHub Actions. Skipping...' && exit 0" +deploy: + bash_commands: "echo 'Publishing is handled by GitHub Actions. Skipping...' && exit 0" \ No newline at end of file