-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
neil
committed
Dec 10, 2023
1 parent
69a920d
commit eb51498
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
|
||
VM_OS_NAME=omnios | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: "Step 1, Sync generate.yml from Base Builder" | ||
on: | ||
schedule: | ||
- cron: '0 1 * * *' | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- 'main' | ||
paths: | ||
- '.github/data/*' | ||
- 'conf/*' | ||
- '.github/workflows/syncbase.yml' | ||
|
||
|
||
jobs: | ||
sync: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.VM_TOKEN }} | ||
|
||
- name: Using main branch | ||
run: | | ||
git switch main || (git fetch --all && git checkout -b main origin/main) | ||
git clone https://github.com/vmactions/base-builder.git | ||
- name: Sync generate.yml | ||
uses: vmactions/[email protected] | ||
with: | ||
datafile: .github/data/datafile.ini | ||
files: | | ||
base-builder/.github/tpl/generate.tpl.yml : .github/workflows/generate.yml | ||
- uses: EndBug/add-and-commit@v9 | ||
with: | ||
message: "Sync from base-builder" | ||
pull: '--rebase --autostash ' | ||
add: | | ||
.github/workflows/generate.yml | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
ALL_RELEASES='"r151046", "r151048"' | ||
|
||
|