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.
1 parent 57fb9bb commit 6bd57bcCopy full SHA for 6bd57bc
build.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
if [ "$#" -lt 1 ]; then
6
- echo "Usage: ./ci.sh <version> <mode>"
+ echo "Usage: ./build.sh <version> <mode>"
7
exit 1
8
fi
9
@@ -24,4 +24,4 @@ docker run --rm \
24
-v "$DIR/scripting/include/shopsms_const.inc":/home/builder/addons/amxmodx/scripting/include/shopsms_const.inc \
25
-v "$DIR/scripting/include/shopsms.inc":/home/builder/addons/amxmodx/scripting/include/shopsms.inc \
26
budziam/amxmodx-builder:${BUILD_VERSION} \
27
- ${MODE}
+ ${MODE}
0 commit comments