Skip to content

Commit

Permalink
OZ-196: Add GitHub Actions to build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Dec 18, 2023
1 parent c1cb4c1 commit 76ca049
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ocd3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 1
# Build and publish are handled by GitHub Actions. Only using OCD3 to trigger downstream jobs.
build:
bash_commands: "exit 0"
deploy:
bash_commands: "exit 0"

0 comments on commit 76ca049

Please sign in to comment.