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
|
||||
runs-on: dind
|
||||
steps:
|
||||
- name: pull
|
||||
run: |
|
||||
docker pull registry-app.inhome.blapointe.com:5001/docker:latest
|
||||
shell: sh
|
||||
- name: checkout
|
||||
run: |
|
||||
docker ps | grep docker
|
||||
docker images | grep docker
|
||||
hostname
|
||||
docker ps | grep $HOSTNAME
|
||||
git clone ${{ github.repository }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue