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 3f66db9 commit 487badaCopy full SHA for 487bada
.travis/install_utplsql.sh
@@ -31,4 +31,4 @@ docker cp ./create_api_user.sh $ORACLE_VERSION:/create_api_user.sh
31
rm install.sh.tmp
32
33
# Execute the utPLSQL installation inside the container.
34
-docker exec $ORACLE_VERSION bash -c "install.sh && create_api_user.sh"
+docker exec $ORACLE_VERSION bash -c "/install.sh && /create_api_user.sh"
0 commit comments