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 3e0f098 commit 3a211dcCopy full SHA for 3a211dc
dev-scripts/build_and_push_edge.sh
@@ -37,8 +37,9 @@ fi
37
38
39
ORIG_DIR=`pwd`
40
+FRONTEND_DIR=/home/runner/app-frontend
41
curl -Iv https://registry.yarnpkg.com/ && \
- mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
42
+ mkdir -p $FRONTEND_DIR && cd $FRONTEND_DIR && \
43
git clone https://github.com/githubsaturn/caprover-frontend.git && \
44
cd caprover-frontend && \
45
git log --max-count=1 && \
@@ -47,7 +48,7 @@ curl -Iv https://registry.yarnpkg.com/ && \
47
48
mv ./build ../../app/dist-frontend && \
49
cd /
50
-ls /usr/src/app-frontend/caprover-frontend/build
51
+ls $$FRONTEND_DIR/caprover-frontend/build
52
53
cd $ORIG_DIR
54
0 commit comments