This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

27
resources/app/node_modules/handlebars-intl/saucelabs.sh generated vendored Executable file
View File

@@ -0,0 +1,27 @@
#!/bin/bash
echo branch $TRAVIS_BRANCH
echo pull request $TRAVIS_PULL_REQUEST
if [[ "false" != "$TRAVIS_PULL_REQUEST" ]]; then
echo "saucelabs testing does not work with pull requests"
exit 0
fi
if [[ "x" == "x$SAUCE_USERNAME" ]]; then
echo $0 "is missing env var SAUCE_USERNAME"
exit 1
fi
if [[ "x" == "x$SAUCE_ACCESS_KEY" ]]; then
echo $0 "is missing env var SAUCE_ACCESS_KEY"
exit 1
fi
build=$$
if [[ "x" != "x$TRAVIS_BUILD_NUMBER" ]]; then
build=$TRAVIS_BUILD_NUMBER
fi
echo build $build
echo
./node_modules/.bin/grunt sauce