Skip to content
Snippets Groups Projects
Commit 9e21537b authored by rinpatch's avatar rinpatch
Browse files

Fix a typo

parent af972fad
No related branches found
No related tags found
No related merge requests found
Pipeline #18089 failed
......@@ -6,7 +6,7 @@ fetch() {
git clone $FRONTEND_REPO --branch $BRANCH --depth 1 .tmp/fe
git clone $BACKEND_REPO --branch $BRANCH --depth 1 .tmp/be
FRONTEND_REPO=.tmp/fe
BACKEND_REPO=.tmp/fe
BACKEND_REPO=.tmp/be
fi
rm -rf docs/frontend
rm -rf docs/backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment