We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630a628 commit 30af79dCopy full SHA for 30af79d
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=master
+ BRANCH2=pas2js
11
else
12
echo "Versioned build not supported"
13
return 1
0 commit comments