Skip to content

Commit

Permalink
Merge pull request #4 from enyachoke/HSC-260-ocd3
Browse files Browse the repository at this point in the history
HSC-260: Add .ocd3.yml file
  • Loading branch information
enyachoke authored Aug 20, 2024
2 parents 296f344 + f396b5c commit a373cb8
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 a373cb8

Please sign in to comment.