We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24daed commit c76c0ecCopy full SHA for c76c0ec
02-build.sh
@@ -20,7 +20,7 @@ case "$DB_EDITION" in
20
;;
21
esac
22
23
-echo "##### Building Docker Image for Oracle Database ${DB_VERSION} {$DB_EDITION} #####"
+echo "##### Building Docker Image for Oracle Database ${DB_VERSION} ${DB_EDITION} #####"
24
cd dockerfiles && . buildDockerImage.sh -v ${DB_VERSION} ${DB_EDITION_FLAG}
25
26
cd $BASE_DIR
0 commit comments