docs: add repository bootstrap templates
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Cloud Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: TODO
|
||||
run: |
|
||||
echo "Add private cloud release pipeline after crank-cloud repository is created."
|
||||
exit 1
|
||||
Reference in New Issue
Block a user