提交 714db5f9 编写于 作者: V Vlad Ilyushchenko

chore(build): trying to install "git" on snapshot container

上级 3ff54905
......@@ -15,9 +15,11 @@ stages:
jobs:
- job: BuildOnLinux
displayName: "Build on Linux"
container: adoptopenjdk/openjdk11:centos
pool:
vmImage: "ubuntu-latest"
container:
image: adoptopenjdk/openjdk11:centos
options: "--name ci-container -v /usr/bin/docker:/tmp/docker:ro"
pool:
mImage: "ubuntu-latest"
steps:
- checkout: self
fetchDepth: 1
......@@ -25,7 +27,7 @@ stages:
submodules: false
- bash: |
git version
/tmp/docker exec -t -u 0 ci-container sh -c "yum -y install git"
cd /tmp
curl -q -O http://apache.mirror.anlx.net/maven/maven-3/"$MVN_VERSION"/binaries/"$MVN"-bin.tar.gz
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册