We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabc6e5 commit 1fd7ee7Copy full SHA for 1fd7ee7
mads/build.sh
@@ -7,7 +7,7 @@ VERSION=$1
7
if [[ "${VERSION}" = "trunk" ]]; then
8
VERSION=trunk-$(date +%Y%m%d)
9
BRANCH1=master
10
- BRANCH2=pas2js
+ BRANCH2=master
11
else
12
echo "Versioned build not supported"
13
return 1
0 commit comments