Skip to content

Commit

Permalink
create release branches, actually call invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
atvaccaro committed Jul 18, 2023
1 parent 03b22b6 commit 423ffa6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-candidate-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build candidate branch

on:
push:
branches:
- *

env:
HAB_LICENSE: accept-no-persist

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: JarvusInnovations/hologit@actions/projector/v1
with:
holobranch: release-candidate
commit-to: "candidates/${GITHUB_REF#refs/heads/}"
5 changes: 5 additions & 0 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ jobs:
uses: tj-actions/branch-names@v2.1
- uses: actions/setup-python@v4
- uses: abatilo/actions-poetry@v2
- name: "run invoke"
working-directory: ci
run: |
poetry install
poetry run invoke apply -f ${GITHUB_REF#refs/heads/releases/}.yaml

0 comments on commit 423ffa6

Please sign in to comment.