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 5d92c4a commit 221f632Copy full SHA for 221f632
.travis.yml
@@ -21,8 +21,6 @@ env:
21
22
before_install:
23
24
- #Allow for sonar to blame issues
25
- - git fetch --unshallow
26
# download latest utPLSQL release
27
- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip\"" | sed 's/"//g')
28
# download latest utPLSQL-cli release
0 commit comments