Skip to content

Commit 0af4381

Browse files
committed
build config for CI
1 parent 874575a commit 0af4381

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wasm-build/build-with-docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ export WORKSPACE=${GITHUB_WORKSPACE:-$(pwd)}
1111

1212
cd $(realpath ${WORKSPACE}/postgres-pglite)
1313

14-
[ -f ./postgres-pglite/.buildconfig ] && cp ./postgres-pglite/.buildconfig .buildconfig
14+
[ -f ${BUILD_CONFIG:-postgres-pglite}/.buildconfig ] && cp ${BUILD_CONFIG:-postgres-pglite}/.buildconfig .buildconfig
1515
[ -f ./pglite/.buildconfig ] && cp ./pglite/.buildconfig .buildconfig
1616

17+
1718
source .buildconfig
1819

1920
cat .buildconfig

0 commit comments

Comments
 (0)