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 f0e919f
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: "echo 'Build is handled by GitHub Actions. Skipping...' && exit 0"
deploy:
bash_commands: "echo 'Publishing is handled by GitHub Actions. Skipping...' && exit 0"

0 comments on commit f0e919f

Please sign in to comment.