File tree Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ 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 : oscript /usr/share/oscript/lib/opm/src/opm.os push --token $GITHUB_OAUTH_TOKEN --channel dev --file ./cli-*.ospx;
5555 on :
5656 branch : develop
5757 - provider : script
5858 skip_cleanup : true
59- script : ./deploy-hub.oscript.sh
59+ script : oscript /usr/share/oscript/lib/opm/src/opm.os push --token $GITHUB_OAUTH_TOKEN --channel stable --file ./cli-*.ospx;
6060 on :
6161 branch : master
6262 tags : true
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments