File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ install:
8181 - unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
8282 # Get ojdbc via maven
8383 - bash .travis/maven_cfg.sh
84- - pip install mkdocs
8584 - bash .travis/install_sqlcl.sh
8685 - sudo mkdir -p /dev/pdbs
8786 - sudo chmod -R 777 /dev/pdbs
@@ -111,9 +110,10 @@ notifications:
111110jobs :
112111 include :
113112 - stage : deploy
114- env : CONNECTION_STR='127.0.0.1:1521/XE'
113+ env : ORACLE_VERSION="none"
115114 before_install : skip
116- install : skip
115+ install :
116+ - pip install mkdocs
117117 before_script : skip
118118 script :
119119 - if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash trigger-travis.sh $TRAVIS_ACCESS_TOKEN; fi
@@ -122,6 +122,9 @@ jobs:
122122 - bash .travis/push_docs_to_gh_pages.sh
123123 before_deploy :
124124 - bash .travis/build_release_archive.sh
125+ on :
126+ repo : ${UTPLSQL_REPO}
127+ tags : true
125128 deploy :
126129 provider : releases
127130 api_key : $github_api_token
You can’t perform that action at this time.
0 commit comments