docker
This commit is contained in:
@@ -7,7 +7,7 @@ if [ -d /app/.git ]; then
|
||||
else
|
||||
cd /app
|
||||
git clone "$GIT_REPO_URL" /tmp/app-tmp
|
||||
cp -a . /app/
|
||||
cp -a /tmp/app-tmp/. /app/
|
||||
rm -rf /tmp/app-tmp
|
||||
fi
|
||||
npm i
|
||||
|
||||
Reference in New Issue
Block a user