Compare commits
2 Commits
v3.8.6-nat
...
v3.8.8-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b4c1b6676 | ||
|
|
ff654bb606 |
@@ -34,19 +34,12 @@ jobs:
|
||||
- name: Print env
|
||||
run: env
|
||||
- name: Install dependencies
|
||||
run: apt-get update &&
|
||||
run: |
|
||||
apt-get update &&
|
||||
apt-get install -y gettext &&
|
||||
apt-get install -y maven &&
|
||||
apt-get install coreutils &&
|
||||
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | apt-key add &&
|
||||
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
|
||||
|
||||
apt-get install -y maven
|
||||
- name: Set up Docker
|
||||
uses: http://139.9.216.111:3000/bamanker/setup-docker-action@v4
|
||||
- name: Generate maven config
|
||||
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user