Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit d61bf6b

Browse files
committed
Pull request #44: fix(CI) error using multiple input example - MSIS-3120
Merge in WS/iink-js from MSIS-3120 to master * commit 'a772325ee2e20dee75d371923eaf6f500c53123d': fix(CI) error using multiple input example - MSIS-3120
2 parents a4a11ba + a772325 commit d61bf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/examples/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "HMACKEY=${DEV_HMACKEY}"
1414
sed -i -e "s/\(listen\s\+\)\(80;\)/\1${LISTEN_PORT};/g" /etc/nginx/conf.d/default.conf
1515
cat /etc/nginx/conf.d/default.conf
1616

17-
for filename in /usr/share/nginx/html/examples/**/*.html; do
17+
for filename in /usr/share/nginx/html/examples/**; do
1818
sed -i "s/scheme: 'https'/scheme: '${APISCHEME}'/g" "${filename}"
1919

2020
sed -i "s/webdemoapi.myscript.com/${APIHOST}/g" "${filename}"

0 commit comments

Comments
 (0)