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 895531b commit 9a14c08Copy full SHA for 9a14c08
.travis.yml
@@ -51,7 +51,7 @@ jobs:
51
tags: true
52
- provider: script
53
skip_cleanup: true
54
- script: ./deploy-hub.oscript.sh
+ script: if [ $TRAVIS_BRANCH == 'master' ]; then export CHANNEL=stable;fi;temp=`cat packagedef | grep ".Версия(" | sed 's|[^"]*"||' | sed -r 's/".+//'`; export LIB_VERSION=${temp##*|};echo $LIB_VERSION; oscript /usr/share/oscript/lib/opm/src/opm.os push --token $GITHUB_OAUTH_TOKEN --channel $CHANNEL --file ./cli-$LIB_VERSION.ospx;
55
on:
56
branch: develop
57
0 commit comments