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