File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5151 tags : true
5252 - provider : script
5353 skip_cleanup : true
54- 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;
54+ 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-* .ospx;
5555 on :
5656 branch : develop
5757 - provider : script
You can’t perform that action at this time.
0 commit comments