CI/CD
This commit is contained in:
@@ -23,9 +23,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout repository
|
|
||||||
run: |
|
|
||||||
git clone http://gitea:3000/sajad-dev/Ai.git .
|
|
||||||
|
|
||||||
- name: Setup Ubuntu apt mirrors
|
- name: Setup Ubuntu apt mirrors
|
||||||
run: |
|
run: |
|
||||||
@@ -68,6 +65,13 @@ jobs:
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
apt-get update
|
apt-get update
|
||||||
|
- name: Install git
|
||||||
|
run: |
|
||||||
|
apt-get install -y git
|
||||||
|
|
||||||
|
- name: Checkout repository
|
||||||
|
run: |
|
||||||
|
git clone http://gitea:3000/sajad-dev/Ai.git .
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user