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