Skip to content

Commit fcaba9f

Browse files
committed
Переписал условие.
1 parent 137da42 commit fcaba9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tags: true
5252
- provider: script
5353
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;
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;
5555
on:
5656
branch: develop
5757
- provider: script

0 commit comments

Comments
 (0)