We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c2e7c commit b91d172Copy full SHA for b91d172
nightly.sh
@@ -50,7 +50,7 @@ for dist in $dists; do
50
echo "* Checking build log for $builddir"
51
$post "check-$target" $check $builddir
52
echo "* Testing examples"
53
- $post "check-examples-$target" $examples $date $target examples
+ $post "test-examples-$target" $examples $date $target examples
54
done
55
56
@@ -69,7 +69,7 @@ for dist in $dists; do
69
70
$post "check-$release-$target" $check $builddir
71
72
73
74
75
0 commit comments