Skip to content

Commit 3a211dc

Browse files
committed
testing actions
1 parent 3e0f098 commit 3a211dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev-scripts/build_and_push_edge.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ fi
3737

3838

3939
ORIG_DIR=`pwd`
40+
FRONTEND_DIR=/home/runner/app-frontend
4041
curl -Iv https://registry.yarnpkg.com/ && \
41-
mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \
42+
mkdir -p $FRONTEND_DIR && cd $FRONTEND_DIR && \
4243
git clone https://github.com/githubsaturn/caprover-frontend.git && \
4344
cd caprover-frontend && \
4445
git log --max-count=1 && \
@@ -47,7 +48,7 @@ curl -Iv https://registry.yarnpkg.com/ && \
4748
mv ./build ../../app/dist-frontend && \
4849
cd /
4950

50-
ls /usr/src/app-frontend/caprover-frontend/build
51+
ls $$FRONTEND_DIR/caprover-frontend/build
5152

5253
cd $ORIG_DIR
5354

0 commit comments

Comments
 (0)