Skip to content

Commit ac864b7

Browse files
committed
remove upload to chris store step from CI/CD
1 parent 28d4742 commit ac864b7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

-12
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,3 @@ jobs:
182182
short-description: ${{ steps.pluginmeta.outputs.title }}
183183
readme-filepath: ./README.md
184184
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

Comments
 (0)