From 3ff5490583061c478bc358bbc412ab2ffb575c2b Mon Sep 17 00:00:00 2001 From: Vlad Ilyushchenko Date: Tue, 5 Jan 2021 21:46:33 +0000 Subject: [PATCH] chore(build): test if git is available --- ci/snapshot-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/snapshot-pipeline.yml b/ci/snapshot-pipeline.yml index 81c1dfbc9..5655a3589 100644 --- a/ci/snapshot-pipeline.yml +++ b/ci/snapshot-pipeline.yml @@ -25,7 +25,7 @@ stages: submodules: false - bash: | - yum install -y git + git version cd /tmp curl -q -O http://apache.mirror.anlx.net/maven/maven-3/"$MVN_VERSION"/binaries/"$MVN"-bin.tar.gz -- GitLab