Skip to content

Commit 6a3a0e1

Browse files
committed
fixing build_github
1 parent 11b241f commit 6a3a0e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/build_github.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
3+
# We need this for proper circleci builds.
24
if [ ! -f .env ]; then
35
export FRONTEND_BUILD_CONTEXT="https://${GH_TOKEN}@${FRONTEND_REPO_URL}#${FRONTEND_REF}"
46
export API_BUILD_CONTEXT="https://${GH_TOKEN}@${API_REPO_URL}#${API_REF}"

0 commit comments

Comments
 (0)