fix: install git in runner step
Some checks failed
Tangle and Deploy / tangle (push) Failing after 26s
Some checks failed
Tangle and Deploy / tangle (push) Failing after 26s
This commit is contained in:
@@ -7,12 +7,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
|
apt-get update -qq && apt-get install -y -qq git 2>&1 | tail -2
|
||||||
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 \
|
||||||
/workspace/infrastructure
|
/workspace/infrastructure
|
||||||
|
|
||||||
- name: Tangle infrastructure.org
|
- name: Tangle
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v /:/host \
|
-v /:/host \
|
||||||
@@ -20,7 +21,7 @@ jobs:
|
|||||||
debian:stable-slim \
|
debian:stable-slim \
|
||||||
bash -c "cp -r /workspace /host/tmp/infra-tangle && chroot /host /usr/local/bin/tangle-deploy /tmp/infra-tangle"
|
bash -c "cp -r /workspace /host/tmp/infra-tangle && chroot /host /usr/local/bin/tangle-deploy /tmp/infra-tangle"
|
||||||
|
|
||||||
- name: Restart affected services
|
- name: Restart services
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v /:/host \
|
-v /:/host \
|
||||||
|
|||||||
Reference in New Issue
Block a user