refactor: integrate app service into main repo (#2156)
* refactor: integrate app service into main repo * Delete framework/app-service/LICENSE.md * fix(manifest): remove unused manager deploy file * refactor: change the output dir of CRDs to the standard path --------- Co-authored-by: Peng Peng <billpengpeng@gmail.com>
This commit is contained in:
24
.github/workflows/module_appservice_build_main.yaml
vendored
Normal file
24
.github/workflows/module_appservice_build_main.yaml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Build the main branch
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "module-appservice"
|
||||
pull_request:
|
||||
branches:
|
||||
- "module-appservice"
|
||||
defaults:
|
||||
run:
|
||||
working-directory: framework/app-service
|
||||
jobs:
|
||||
build0-main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y btrfs-progs libbtrfs-dev
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.24.6'
|
||||
- run: make build
|
||||
Reference in New Issue
Block a user