Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Nightly build to use latest Lingua Franca (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Aug 30, 2023
1 parent 9c5667a commit e4dff3c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,14 @@ jobs:
uses: lf-lang/lingua-franca/.github/actions/setup-francabot@francabot
with:
gpg-key: ${{ secrets.gpg-key }}
gpg-passphrase: ${{ secrets.gpg-key }}
gpg-passphrase: ${{ secrets.gpg-passphrase }}
if: ${{ inputs.lingua-franca-ref != '' && inputs.nightly == true }}
- name: Commit to the `nightly` branch
- name: Commit to the `latest` branch
run: |
export GPG_TTY=$(tty)
git status --porcelain | grep . && git commit -a -m 'Update lingua-franca submodule'
git push -f origin/nightly
git switch nightly
git pull
git switch latest || git checkout -b latest
git add org.lflang/lingua-franca
git status --porcelain | grep . && git commit -m 'Update lingua-franca submodule'
git push -f --set-upstream origin latest
shell: bash
if: ${{ inputs.lingua-franca-ref != '' && inputs.nightly == true }}
- name: Build and package epoch
Expand Down

0 comments on commit e4dff3c

Please sign in to comment.