Skip to content

Commit 487bada

Browse files
authored
Fix build #3
1 parent 3f66db9 commit 487bada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/install_utplsql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ docker cp ./create_api_user.sh $ORACLE_VERSION:/create_api_user.sh
3131
rm install.sh.tmp
3232

3333
# Execute the utPLSQL installation inside the container.
34-
docker exec $ORACLE_VERSION bash -c "install.sh && create_api_user.sh"
34+
docker exec $ORACLE_VERSION bash -c "/install.sh && /create_api_user.sh"

0 commit comments

Comments
 (0)