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