Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 76ea989

Browse files
Use correctly qualified path when copying proxyDirectories.txt into build folder
1 parent 9c7f23a commit 76ea989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPLITGRAPH_DIR="$CI_DIR/.."
55

66
pushd "$SPLITGRAPH_DIR" \
77
&& yarn build \
8-
&& cp proxyDirectories.txt out/proxyDirectories.txt \
8+
&& cp "$SPLITGRAPH_DIR"/docs/proxyDirectories.txt "$SPLITGRAPH_DIR"/docs/out/proxyDirectories.txt \
99
&& echo "Build successful" \
1010
&& exit 0
1111

0 commit comments

Comments
 (0)