add
This commit is contained in:
@@ -4,6 +4,8 @@ set -e
|
|||||||
# Als repo nog niet bestaat, clone
|
# Als repo nog niet bestaat, clone
|
||||||
if [ ! -d ".git" ]; then
|
if [ ! -d ".git" ]; then
|
||||||
echo "Cloning repo..."
|
echo "Cloning repo..."
|
||||||
|
echo "GIT_REPO_URL: ${GIT_REPO_URL}"
|
||||||
|
echo "GIT_BRANCH: ${GIT_BRANCH:-main}"
|
||||||
git clone -b ${GIT_BRANCH:-main} ${GIT_REPO_URL} .
|
git clone -b ${GIT_BRANCH:-main} ${GIT_REPO_URL} .
|
||||||
else
|
else
|
||||||
echo "Pulling latest changes..."
|
echo "Pulling latest changes..."
|
||||||
|
|||||||
Reference in New Issue
Block a user