/.github/scripts/{performance-benchmarking,sql-correctness}: fix ci scripts

This commit is contained in:
coffeegoddd
2022-11-04 09:11:29 -07:00
parent 185c94ece1
commit b2773ebebf
2 changed files with 0 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ source \
"$issuenumber" \
"$INIT_BIG_REPO" \
"$NOMS_BIN_FORMAT" \
"$RELEASE_RUN" \
"$WITH_TPCC" > job.json
out=$(KUBECONFIG="$KUBECONFIG" kubectl apply -f job.json || true)

View File

@@ -73,7 +73,6 @@ source \
"$timeprefix" \
"$actorprefix" \
"$format" \
"$RELEASE_RUN" \
"$NOMS_BIN_FORMAT" > job.json
out=$(KUBECONFIG="$KUBECONFIG" kubectl apply -f job.json || true)