Compare commits
5 Commits
v3.8.5-nat
...
v3.9.0-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84b6f139b9 | ||
|
|
5e865ab425 | ||
|
|
6b4c1b6676 | ||
|
|
ff654bb606 | ||
|
|
8eaa9fd792 |
@@ -34,19 +34,14 @@ 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 | sudo 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 sudo &&
|
||||
apt-get install -y iptables
|
||||
- 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