test 6
Test CI CD / test-job (push) Canceled after 8m14s

This commit is contained in:
2026-08-10 00:47:58 +02:00
parent b08b846a71
commit 2974e9e609
2 changed files with 5 additions and 5 deletions
+2 -3
View File
@@ -12,9 +12,8 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: 'admin/kuki-saas' server-url: 'http://130.61.139.162:3000'
server-url: 'http://gitea:3000'
- name: Run a simple test - name: Run a simple test
run: | run: |
echo "CI/CD is working perfectly on Gitea!" echo "CI/CD is working perfectly!"
+3 -2
View File
@@ -51,12 +51,13 @@ services:
environment: environment:
- GITEA_INSTANCE_URL=http://gitea:3000 - GITEA_INSTANCE_URL=http://gitea:3000
- GITEA_RUNNER_REGISTRATION_TOKEN=380DNu6QHhznlgHs4pNh5ICKut0lI3bnEHmwIV8t - GITEA_RUNNER_REGISTRATION_TOKEN=380DNu6QHhznlgHs4pNh5ICKut0lI3bnEHmwIV8t
- GITEA_RUNNER_NETWORK=kuki-saas_default
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- gitea_runner_data:/data - gitea_runner_data:/data
depends_on: depends_on:
- gitea - gitea
volumes: volumes:
postgres_data: postgres_data:
redis_data: redis_data: