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 e58fc07 commit a405386Copy full SHA for a405386
rapp_scripts/setup/clean_install.sh
@@ -61,7 +61,7 @@ RAPP_PLATFORM_BRANCH='master'
61
if [ -n "${TRAVIS_BRANCH}" ]; then
62
RAPP_PLATFORM_BRANCH="${TRAVIS_BRANCH}"
63
fi
64
-./6_rapp_platform_setup.sh ${TRAVIS_BRANCH} || \
+./6_rapp_platform_setup.sh ${RAPP_PLATFORM_BRANCH} || \
65
{
66
echo -e "[Error]: RAPP Platform installation failed on rapp-platform setup";
67
exit 1;
0 commit comments