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 137da42 commit fcaba9fCopy full SHA for fcaba9f
.travis.yml
@@ -51,7 +51,7 @@ jobs:
51
tags: true
52
- provider: script
53
skip_cleanup: true
54
- script: if '$TRAVIS_BRANCH' == 'master'; then export CHANNEL=stable;fi; oscript /usr/share/oscript/lib/opm/src/opm.os push --token $GITHUB_OAUTH_TOKEN --channel $CHANNEL --file ./cli-*.ospx;
+ script: if [ $TRAVIS_BRANCH == "master" ]; then export CHANNEL=stable;fi; oscript /usr/share/oscript/lib/opm/src/opm.os push --token $GITHUB_OAUTH_TOKEN --channel $CHANNEL --file ./cli-*.ospx;
55
on:
56
branch: develop
57
0 commit comments