File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 - name : Set up build environment
3737 run : .github/build-setup.sh
38+ shell : bash
3839
3940 - name : Maven CI build
4041 run : .github/build.sh
42+ shell : bash
4143 env :
4244 GPG_KEY_NAME : ${{ secrets.GPG_KEY_NAME }}
4345 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
4951
5052 - name : Smelt components
5153 run : .github/smelt.sh
54+ shell : bash
5255
5356 - name : Publish smelt results
5457 if : always() && github.ref == 'refs/heads/master' && github.event_name == 'push'
5558 run : .github/publish.sh smelt.json "Update smelt results"
59+ shell : bash
Original file line number Diff line number Diff line change 2121
2222 - name : Set up release environment
2323 run : .github/release-setup.sh
24+ shell : bash
2425
2526 - name : Execute the release
2627 run : .github/build.sh
28+ shell : bash
2729 env :
2830 GPG_KEY_NAME : ${{ secrets.GPG_KEY_NAME }}
2931 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 2424
2525 - name : Generate and publish status page
2626 run : .github/status.sh
27+ shell : bash
You can’t perform that action at this time.
0 commit comments