Files
dind/.gitea/workflows/cicd.yaml
bel 4b0dafc6ac
Some checks failed
cicd / cicd (push) Failing after 4s
i do NOT want node for checkout
2023-10-28 08:46:24 -06:00

23 lines
319 B
YAML

name: cicd
on:
push:
branches:
- main
jobs:
cicd:
name: cicd
runs-on: dind
steps:
- name: checkout
run: |
git clone ${{ github.repository }}
cd ./*/
shell: sh
- name: cicd
run: |
pwd
find . -type d
sh ./build.sh
shell: sh