@@ -9,8 +9,8 @@ jobs:
|
||||
name: cicd
|
||||
runs-on: dind
|
||||
steps:
|
||||
- run: |
|
||||
pwd
|
||||
hostname
|
||||
echo hello world
|
||||
docker ps
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: cicd
|
||||
run: |
|
||||
ls
|
||||
|
||||
Reference in New Issue
Block a user