diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml new file mode 100644 index 0000000..e69b0f5 --- /dev/null +++ b/.onedev-buildspec.yml @@ -0,0 +1,8 @@ +version: 1 +jobs: +- name: Publish + steps: + - !CheckoutStep + name: 'checkout ' + cloneCredential: !DefaultCredential {} + condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL \ No newline at end of file