Repository: cassandra-builds Updated Branches: refs/heads/master 2c1842cef -> f6079f9eb
can't use --depth with apache git repo Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/f6079f9e Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/f6079f9e Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/f6079f9e Branch: refs/heads/master Commit: f6079f9eba752b76fc34371f344332afa46e6026 Parents: 2c1842c Author: Marcus Eriksson <marc...@apache.org> Authored: Tue Feb 27 09:14:32 2018 -0800 Committer: Marcus Eriksson <marc...@apache.org> Committed: Tue Feb 27 09:14:32 2018 -0800 ---------------------------------------------------------------------- docker/jenkins/jenkinscommand.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/f6079f9e/docker/jenkins/jenkinscommand.sh ---------------------------------------------------------------------- diff --git a/docker/jenkins/jenkinscommand.sh b/docker/jenkins/jenkinscommand.sh index 5e4741d..8a29dd7 100644 --- a/docker/jenkins/jenkinscommand.sh +++ b/docker/jenkins/jenkinscommand.sh @@ -8,8 +8,8 @@ BRANCH=$2 DTEST_REPO=$3 DTEST_BRANCH=$4 EOF -echo "jenkinscommand.sh: running: git clone --depth=1 --branch $BUILDSBRANCH $BUILDSREPO; sh ./cassandra-builds/docker/jenkins/dtest.sh $7" -ID=$(docker run --env-file env.list -dt $DOCKER_IMAGE dumb-init bash -ilc "git clone --depth=1 --branch $BUILDSBRANCH $BUILDSREPO; sh ./cassandra-builds/docker/jenkins/dtest.sh $7") +echo "jenkinscommand.sh: running: git clone --branch $BUILDSBRANCH $BUILDSREPO; sh ./cassandra-builds/docker/jenkins/dtest.sh $7" +ID=$(docker run --env-file env.list -dt $DOCKER_IMAGE dumb-init bash -ilc "git clone --branch $BUILDSBRANCH $BUILDSREPO; sh ./cassandra-builds/docker/jenkins/dtest.sh $7") # use docker attach instead of docker wait to get output docker attach --no-stdin $ID echo "$ID done, copying files" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org