From 1835d2e073bafc145bafecc4cac72ec585021e69 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 15 Feb 2019 16:14:01 +0530 Subject: [PATCH] fix: remove space in script --- tools/ci-scripts/trigger-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci-scripts/trigger-build.sh b/tools/ci-scripts/trigger-build.sh index 54443575f1..231520f9c6 100644 --- a/tools/ci-scripts/trigger-build.sh +++ b/tools/ci-scripts/trigger-build.sh @@ -5,7 +5,7 @@ if [ -n "$DOCKER_PUSH_API_TOKEN" ] then git clone https://github.com/"$DOCKER_PUSH_REPO".git docker-push-repo - cd docker-push-repo + cd docker-push-repo git submodule update --init --remote --recursive git submodule status cd ../