test cicd
This commit is contained in:
parent
1e69e27ce1
commit
9b75892eac
@ -22,11 +22,14 @@ jobs:
|
||||
run: whoami
|
||||
- name: Test CI action command 3
|
||||
run: cat /etc/os-release
|
||||
- name: Test CI action command 4
|
||||
run: env
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
docker info
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
cd-flow:
|
||||
@ -47,9 +50,12 @@ jobs:
|
||||
run: whoami
|
||||
- name: Test CD action command 3
|
||||
run: cat /etc/os-release
|
||||
- name: Test CD action command 4
|
||||
run: env
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
docker ps -a
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
@ -22,6 +22,8 @@ jobs:
|
||||
run: whoami
|
||||
- name: Test CI action command 3
|
||||
run: cat /etc/os-release
|
||||
- name: Test CI action command 4
|
||||
run: env
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
@ -47,6 +49,8 @@ jobs:
|
||||
run: whoami
|
||||
- name: Test CD action command 3
|
||||
run: cat /etc/os-release
|
||||
- name: Test CD action command 4
|
||||
run: env
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
|
||||
Loading…
Reference in New Issue
Block a user