Skip to content

Commit

Permalink
fix broken pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 2, 2024
1 parent 7d4fcdc commit a7f4031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ jobs:
docker tag localhost:5000/$dock_image $dock_image
script=$(docker inspect --format '{{ (index .Config.Cmd 0) }}' $dock_image)
docker run --rm $dock_image $script --json \
| jq '. += {"name":"pl-topologicalcopy", \
"dock_image": "'$dock_image'", \
"public_repo": "'${{ github.server_url }}/${{ github.repository }}'" }' \
| jq '. += {"name":"pl-topologicalcopy", "dock_image": "'$dock_image'", "public_repo": "'${{ github.server_url }}/${{ github.repository }}'" }' \
> /tmp/description.json
json="$(docker run --rm $dock_image $script --json)"
# Escape single quotes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = 'topologicalcopy',
version = '1.0.11',
version = '1.0.12',
description = 'A plugin ts app to copy filtered output dirs from a list of plugin instances',
long_description = readme,
author = 'FNNDSC',
Expand Down

0 comments on commit a7f4031

Please sign in to comment.