@@ -12,8 +12,8 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
server-url: 'http://130.61.139.162:3000'
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Run a simple test
|
- name: Run a simple test
|
||||||
run: |
|
run: |
|
||||||
echo "CI/CD is working perfectly!"
|
echo "CI/CD is working perfectly on Gitea!"
|
||||||
@@ -57,7 +57,6 @@ services:
|
|||||||
- gitea_runner_data:/data
|
- gitea_runner_data:/data
|
||||||
depends_on:
|
depends_on:
|
||||||
- gitea
|
- gitea
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
redis_data:
|
redis_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user