mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
cd first so we checkout the right repo
This commit is contained in:
parent
c5a873c316
commit
52d3dd4de9
@ -15,10 +15,10 @@ echo "Determined branch to be $curbranch"
|
||||
git clone https://github.com/vector-im/riot-web.git \
|
||||
"$RIOT_WEB_DIR"
|
||||
|
||||
git checkout "$curbranch" || git checkout develop
|
||||
|
||||
cd "$RIOT_WEB_DIR"
|
||||
|
||||
git checkout "$curbranch" || git checkout develop
|
||||
|
||||
mkdir node_modules
|
||||
npm install
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user