Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001daf4 commit e27987bCopy full SHA for e27987b
1 file changed
.travis.yml
@@ -63,6 +63,8 @@ cache:
63
before_install:
64
#The update_project_version.sh is done before deployment to validate that the change of project files does not break installation
65
- bash .travis/update_project_version.sh
66
+ #Allow for sonar to blame issues
67
+ - git fetch --unshallow
68
# download latest utPLSQL release
69
#- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
70
- git clone --depth=1 --branch=${SELFTESTING_BRANCH:-master} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
0 commit comments