We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12968b9 commit c46d95fCopy full SHA for c46d95f
scripts/cibuild.sh
@@ -8,4 +8,4 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
8
done
9
ScriptRoot="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
10
11
-. "$ScriptRoot/build.sh" --restore --build --pack "$@"
+. "$ScriptRoot/build.sh" --ci "$@"
0 commit comments