SC2164
This commit is contained in:
parent
17806b6333
commit
63f0f424cc
1 changed files with 1 additions and 1 deletions
2
app.sh
2
app.sh
|
@ -7,7 +7,7 @@
|
|||
|
||||
echo "clone repository..."
|
||||
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no -i $GIT_REPO_DEPLOY_KEY" git clone "$GIT_REPO_URL" "$GIT_REPO_PATH" --quiet > /dev/null
|
||||
cd "$GIT_REPO_PATH"
|
||||
cd "$GIT_REPO_PATH" || exit
|
||||
|
||||
while true ; do
|
||||
echo "pull repository..."
|
||||
|
|
Loading…
Reference in a new issue