We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d4742 commit ac864b7Copy full SHA for ac864b7
.github/workflows/ci.yml
@@ -182,15 +182,3 @@ jobs:
182
short-description: ${{ steps.pluginmeta.outputs.title }}
183
readme-filepath: ./README.md
184
repository: ${{ steps.determine.outputs.repo }}
185
-
186
- - name: Upload to ChRIS Store
187
- # only upload to ChRIS Store if this is a tagged release
188
- if: steps.git_info.outcome != 'skipped'
189
- uses: FNNDSC/chrisstore-action@master
190
- with:
191
- descriptor_file: /tmp/description.json
192
- auth: ${{ secrets.CHRIS_STORE_USER }}
193
- ## Optional ChRIS backend admin information
194
- # chris_admin_auth: ${{ secrets.CUBE_CHRISPROJECT_ORG_ADMIN_USER }}
195
- # chris_admin_url: https://cube.chrisproject.org/chris-admin/api/v1/
196
- # compute_resources: host,moc # comma-separated list of names
0 commit comments