Skip to content

Commit

Permalink
Merge pull request #282 from leondavi/autorun
Browse files Browse the repository at this point in the history
[AUTORUN] release mode param
  • Loading branch information
leondavi authored Feb 8, 2024
2 parents 9bd959a + 1b2f056 commit 394b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NerlnetStartup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ startupRunFlow()
JobsNum=1
fi
/bin/bash NerlnetBuild.sh -p master -j $JobsNum
/bin/bash NerlnetRun.sh
/bin/bash NerlnetRun.sh --run-mode release
}

if [ "$startupRun" = true ] ; then
Expand Down

0 comments on commit 394b6d9

Please sign in to comment.