We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874575a commit 0af4381Copy full SHA for 0af4381
wasm-build/build-with-docker.sh
@@ -11,9 +11,10 @@ export WORKSPACE=${GITHUB_WORKSPACE:-$(pwd)}
11
12
cd $(realpath ${WORKSPACE}/postgres-pglite)
13
14
-[ -f ./postgres-pglite/.buildconfig ] && cp ./postgres-pglite/.buildconfig .buildconfig
+[ -f ${BUILD_CONFIG:-postgres-pglite}/.buildconfig ] && cp ${BUILD_CONFIG:-postgres-pglite}/.buildconfig .buildconfig
15
[ -f ./pglite/.buildconfig ] && cp ./pglite/.buildconfig .buildconfig
16
17
+
18
source .buildconfig
19
20
cat .buildconfig
0 commit comments