mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-09 00:39:54 -06:00
Max/fix nightly (#3316)
* Nightly benchmarks * dispatch * del comment brnach * merge conflict * mysql-dolt * change if or to double brackets
This commit is contained in:
committed by
GitHub
parent
0a913d1a63
commit
c64e913ce4
@@ -46,7 +46,7 @@ timeprefix=$(date +%Y/%m/%d)
|
||||
actorprefix="$MODE/$ACTOR/$actorShort"
|
||||
|
||||
format="markdown"
|
||||
if [ "$MODE" = "release" ]; then
|
||||
if [[ "$MODE" = "release" || "$MODE" = "nightly" ]]; then
|
||||
format="html"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user