Skip to content

Commit 526d1db

Browse files
committed
update.sh: copy *.envsh to target directories.
1 parent 9f5b41a commit 526d1db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.sh

+1
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,6 @@ for branch in "${branches[@]}"; do
203203
echo "$branch: $variant entrypoint scripts"
204204
dir="$branch/$variant"
205205
cp -a entrypoint/*.sh "$dir/"
206+
cp -a entrypoint/*.envsh "$dir/"
206207
done
207208
done

0 commit comments

Comments
 (0)