CI/CD
This commit is contained in:
@@ -23,9 +23,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
git clone http://gitea:3000/sajad-dev/Ai.git .
|
||||
|
||||
- name: Setup Ubuntu apt mirrors
|
||||
run: |
|
||||
@@ -68,6 +65,13 @@ jobs:
|
||||
|
||||
EOF
|
||||
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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user