We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7402f2f + de8a77e commit 7ed456dCopy full SHA for 7ed456d
1 file changed
infra/nightly.sh
@@ -48,12 +48,3 @@ cp "$RESOURCE_DIR"/* "$NIGHTLY_DIR/output"
48
(echo "var data = "; cat "$NIGHTLY_DIR/data/output.json") > "$NIGHTLY_DIR/data/output.js"
49
# Copy json directory to the artifact
50
cp -r "$NIGHTLY_DIR/data" "$NIGHTLY_DIR/output/data"
51
-
52
-# This is the uploading part, copied directly from Herbie's nightly script.
53
-DIR="$NIGHTLY_DIR/output"
54
-B=$(git rev-parse --abbrev-ref HEAD)
55
-C=$(git rev-parse HEAD | sed 's/\(..........\).*/\1/')
56
-RDIR="$(date +%s):$(hostname):$B:$C"
57
58
-# Upload the artifact!
59
-nightly-results publish --name "$RDIR" "$DIR"
0 commit comments