Skip to content

Commit 5ae1363

Browse files
committed
Remove Notebook Image Build and Push steps from release workflow
1 parent 261da3f commit 5ae1363

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/release.yaml

-17
Original file line numberDiff line numberDiff line change
@@ -86,23 +86,6 @@ jobs:
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 \

0 commit comments

Comments
 (0)