@@ -11,11 +11,11 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
run: |
|
||||
hostname
|
||||
docker ps | grep $HOSTNAME
|
||||
git clone ${{ github.repository }}
|
||||
cd ./*/
|
||||
shell: sh
|
||||
- name: cicd
|
||||
run: |
|
||||
|
||||
pwd
|
||||
find . -type d
|
||||
sh ./build.sh
|
||||
|
||||
Reference in New Issue
Block a user