o
cicd / cicd (push) Failing after 23s
Details
cicd / cicd (push) Failing after 23s
Details
parent
546730b639
commit
8cb02d788a
|
|
@ -9,8 +9,14 @@ jobs:
|
||||||
name: cicd
|
name: cicd
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
steps:
|
steps:
|
||||||
|
- name: pull
|
||||||
|
run: |
|
||||||
|
docker pull registry-app.inhome.blapointe.com:5001/docker:latest
|
||||||
|
shell: sh
|
||||||
- name: checkout
|
- name: checkout
|
||||||
run: |
|
run: |
|
||||||
|
docker ps | grep docker
|
||||||
|
docker images | grep docker
|
||||||
hostname
|
hostname
|
||||||
docker ps | grep $HOSTNAME
|
docker ps | grep $HOSTNAME
|
||||||
git clone ${{ github.repository }}
|
git clone ${{ github.repository }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue