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 8fa483e commit ee69bafCopy full SHA for ee69baf
1 file changed
development/refresh_sources.sh
@@ -9,6 +9,7 @@ git rev-parse && cd "$(git rev-parse --show-cdup)"
9
rm -rf ${UTPLSQL_DIR:-utPLSQL_latest_release}
10
# clone utPLSQL main branch from upstream into utPLSQL sub-directory of your project
11
git clone --depth=1 --branch=${SELFTESTING_BRANCH:-main} https://github.com/utPLSQL/utPLSQL.git ${UTPLSQL_DIR:-utPLSQL_latest_release}
12
+rm -rf ${UTPLSQL_DIR:-utPLSQL_latest_release}/.git
13
14
rm -rf utPLSQL-cli/*
15
# download latest release version of utPLSQL-cli
0 commit comments