Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Sep 29, 2023
1 parent 1c19e11 commit 816fe5b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions examples/vote/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ echo "
###############################################################################
"
# Run the `propose` program function
(
cat ./inputs/propose.in | xargs leo run propose || exit
)
cat ./inputs/propose.in | xargs leo run propose || exit

echo "
###############################################################################
Expand All @@ -38,9 +36,7 @@ echo "
###############################################################################
"
# Run the `new_ticket` program function
(
cat ./inputs/new_ticket.in | xargs leo run new_ticket || exit
)
cat ./inputs/new_ticket.in | xargs leo run new_ticket || exit

echo "
###############################################################################
Expand All @@ -56,7 +52,5 @@ echo "
###############################################################################
"
# Run the `agree` or `disagree` program function
(
cat ./inputs/agree.in | xargs leo run agree || exit
#cat ./inputs/disagree.in | xargs leo run disagree || exit
)
cat ./inputs/agree.in | xargs leo run agree || exit
#cat ./inputs/disagree.in | xargs leo run disagree || exit

0 comments on commit 816fe5b

Please sign in to comment.