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