This commit is contained in:
@@ -38,8 +38,14 @@ jobs:
|
|||||||
apt-get install -y gettext &&
|
apt-get install -y gettext &&
|
||||||
apt-get install -y maven &&
|
apt-get install -y maven &&
|
||||||
apt-get install coreutils &&
|
apt-get install coreutils &&
|
||||||
apt-get update &&
|
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add &&
|
||||||
apt-get install docker-ce-cli
|
cd /etc/apt/sources.list.d &&
|
||||||
|
touch docker.list &&
|
||||||
|
chmod 666 docker.list &&
|
||||||
|
echo "deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable" > docker.list &&
|
||||||
|
apt-get update && && apt upgrade &&
|
||||||
|
apt-get install -y docker-ce docker-ce-cli containerd.io
|
||||||
|
|
||||||
- name: Generate maven config
|
- name: Generate maven config
|
||||||
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0
|
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user