Skip to content

Commit

Permalink
remove upload to chris store step from CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Apr 30, 2024
1 parent 28d4742 commit ac864b7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,3 @@ jobs:
short-description: ${{ steps.pluginmeta.outputs.title }}
readme-filepath: ./README.md
repository: ${{ steps.determine.outputs.repo }}

- name: Upload to ChRIS Store
# only upload to ChRIS Store if this is a tagged release
if: steps.git_info.outcome != 'skipped'
uses: FNNDSC/chrisstore-action@master
with:
descriptor_file: /tmp/description.json
auth: ${{ secrets.CHRIS_STORE_USER }}
## Optional ChRIS backend admin information
# chris_admin_auth: ${{ secrets.CUBE_CHRISPROJECT_ORG_ADMIN_USER }}
# chris_admin_url: https://cube.chrisproject.org/chris-admin/api/v1/
# compute_resources: host,moc # comma-separated list of names

0 comments on commit ac864b7

Please sign in to comment.