mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-16 19:06:45 +00:00
ci: execute stage scripts without bash
Not needed with proper (fixed) shebang statements.
This commit is contained in:
parent
fd40070f51
commit
fec4bfb30e
8
.github/workflows/POST_RELEASE.yml
vendored
8
.github/workflows/POST_RELEASE.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
BPMN_IO_TOKEN: ${{ secrets.BPMN_IO_TOKEN }}
|
BPMN_IO_TOKEN: ${{ secrets.BPMN_IO_TOKEN }}
|
||||||
BPMN_IO_EMAIL: ${{ secrets.BPMN_IO_EMAIL }}
|
BPMN_IO_EMAIL: ${{ secrets.BPMN_IO_EMAIL }}
|
||||||
BPMN_IO_USERNAME: ${{ secrets.BPMN_IO_USERNAME }}
|
BPMN_IO_USERNAME: ${{ secrets.BPMN_IO_USERNAME }}
|
||||||
run: bash tasks/stages/update-integration-test
|
run: tasks/stages/update-integration-test
|
||||||
- name: Update demo
|
- name: Update demo
|
||||||
if: ${{ env.STABLE_RELEASE == 'true' }}
|
if: ${{ env.STABLE_RELEASE == 'true' }}
|
||||||
env:
|
env:
|
||||||
@ -53,18 +53,18 @@ jobs:
|
|||||||
BPMN_IO_EMAIL: ${{ secrets.BPMN_IO_EMAIL }}
|
BPMN_IO_EMAIL: ${{ secrets.BPMN_IO_EMAIL }}
|
||||||
BPMN_IO_USERNAME: ${{ secrets.BPMN_IO_USERNAME }}
|
BPMN_IO_USERNAME: ${{ secrets.BPMN_IO_USERNAME }}
|
||||||
BPMN_IO_DEMO_ENDPOINT: ${{ secrets.BPMN_IO_DEMO_ENDPOINT }}
|
BPMN_IO_DEMO_ENDPOINT: ${{ secrets.BPMN_IO_DEMO_ENDPOINT }}
|
||||||
run: bash tasks/stages/update-demo
|
run: tasks/stages/update-demo
|
||||||
- name: Update examples
|
- name: Update examples
|
||||||
if: ${{ env.STABLE_RELEASE == 'true' }}
|
if: ${{ env.STABLE_RELEASE == 'true' }}
|
||||||
env:
|
env:
|
||||||
BPMN_IO_TOKEN: ${{ secrets.BPMN_IO_TOKEN }}
|
BPMN_IO_TOKEN: ${{ secrets.BPMN_IO_TOKEN }}
|
||||||
BPMN_IO_EMAIL: ${{ secrets.BPMN_IO_EMAIL }}
|
BPMN_IO_EMAIL: ${{ secrets.BPMN_IO_EMAIL }}
|
||||||
BPMN_IO_USERNAME: ${{ secrets.BPMN_IO_USERNAME }}
|
BPMN_IO_USERNAME: ${{ secrets.BPMN_IO_USERNAME }}
|
||||||
run: bash tasks/stages/update-examples
|
run: tasks/stages/update-examples
|
||||||
- name: Update website
|
- name: Update website
|
||||||
if: ${{ env.STABLE_RELEASE == 'true' }}
|
if: ${{ env.STABLE_RELEASE == 'true' }}
|
||||||
env:
|
env:
|
||||||
BPMN_IO_TOKEN: ${{ secrets.BPMN_IO_TOKEN }}
|
BPMN_IO_TOKEN: ${{ secrets.BPMN_IO_TOKEN }}
|
||||||
BPMN_IO_EMAIL: ${{ secrets.BPMN_IO_EMAIL }}
|
BPMN_IO_EMAIL: ${{ secrets.BPMN_IO_EMAIL }}
|
||||||
BPMN_IO_USERNAME: ${{ secrets.BPMN_IO_USERNAME }}
|
BPMN_IO_USERNAME: ${{ secrets.BPMN_IO_USERNAME }}
|
||||||
run: bash tasks/stages/update-website
|
run: tasks/stages/update-website
|
||||||
|
Loading…
x
Reference in New Issue
Block a user