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 11b241f commit 6a3a0e1Copy full SHA for 6a3a0e1
bin/build_github.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
+
3
+# We need this for proper circleci builds.
4
if [ ! -f .env ]; then
5
export FRONTEND_BUILD_CONTEXT="https://${GH_TOKEN}@${FRONTEND_REPO_URL}#${FRONTEND_REF}"
6
export API_BUILD_CONTEXT="https://${GH_TOKEN}@${API_REPO_URL}#${API_REF}"
0 commit comments