Skip to content

Commit

Permalink
fix access to try-runtime binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ETeissonniere committed Aug 29, 2023
1 parent 68e3ba1 commit 62a47e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ snap=$2
runtime=$3
checks=$4

PATH=$PATH:/usr/local/cargo/bin/

# if snap does not exists, take it
if [ ! -f "$snap" ]; then
echo "Snapshot does not exist, taking it now..."
Expand Down

0 comments on commit 62a47e6

Please sign in to comment.