File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 8686 - name : Publish package distributions to PyPI
8787 uses : pypa/gh-action-pypi-publish@release/v1
8888
89- - name : Notebook Image Build and Push
90- run : |
91- gh workflow run image-build-and-push.yaml --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --ref ${{ github.ref }} --field is-stable=${{ github.event.inputs.is-stable }} --field release-version=${{ github.event.inputs.release-version }} --field quay-organization=${{ github.event.inputs.quay-organization }}
92- env :
93- GITHUB_TOKEN : ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
94- shell : bash
95-
96- - name : Wait for Notebook image build and push to finish
97- run : |
98- # wait for a while for Run to be started
99- sleep 5
100- run_id=$(gh run list --workflow image-build-and-push.yaml --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --limit 1 --json databaseId --jq .[].databaseId)
101- gh run watch ${run_id} --repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk --interval 10 --exit-status
102- env :
103- GITHUB_TOKEN : ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
104- shell : bash
105-
10689 - name : Sync ODH Notebooks
10790 run : |
10891 gh workflow run odh-notebooks-sync.yml \
You can’t perform that action at this time.
0 commit comments