Skip to content

Commit a405386

Browse files
committed
Update clean_install.sh
1 parent e58fc07 commit a405386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rapp_scripts/setup/clean_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RAPP_PLATFORM_BRANCH='master'
6161
if [ -n "${TRAVIS_BRANCH}" ]; then
6262
RAPP_PLATFORM_BRANCH="${TRAVIS_BRANCH}"
6363
fi
64-
./6_rapp_platform_setup.sh ${TRAVIS_BRANCH} || \
64+
./6_rapp_platform_setup.sh ${RAPP_PLATFORM_BRANCH} || \
6565
{
6666
echo -e "[Error]: RAPP Platform installation failed on rapp-platform setup";
6767
exit 1;

0 commit comments

Comments
 (0)