fix: install docker CLI in runner
Some checks failed
Tangle and Deploy / tangle (push) Failing after 3m11s
Some checks failed
Tangle and Deploy / tangle (push) Failing after 3m11s
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qq && apt-get install -y -qq git 2>&1 | tail -2
|
apt-get update -qq && apt-get install -y -qq git docker.io 2>&1 | tail -1
|
||||||
mkdir -p /workspace
|
mkdir -p /workspace
|
||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
http://amr:ef7dbcf8e7d4602ef5baaebacbe294723a0b45cf@10.10.10.201:3001/amr/infrastructure.git \
|
http://amr:ef7dbcf8e7d4602ef5baaebacbe294723a0b45cf@10.10.10.201:3001/amr/infrastructure.git \
|
||||||
|
|||||||
Reference in New Issue
Block a user