Skip to content

Commit

Permalink
scripts path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Apr 22, 2024
1 parent ff553b5 commit b029631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ function run_build_test {
ret=0

# check build
./run_build.sh
./scripts/run_build.sh
ret=$(( ret || $? ))

# check tests
./run_tests.sh
./scripts/run_tests.sh
ret=$(( ret || $? ))

if [[ $ret != 0 ]]
Expand Down

0 comments on commit b029631

Please sign in to comment.