ci: 👷 remove drone; change proxy port

This commit is contained in:
jqtmviyu 2024-10-30 17:57:01 +08:00
parent 4c90624075
commit bdf0135661
2 changed files with 3 additions and 14 deletions

View File

@ -1,11 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
commands:
- echo hello world
trigger:
event:
- push

View File

@ -6,8 +6,8 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
env:
http_proxy: http://172.17.0.1:7890
https_proxy: http://172.17.0.1:7890
http_proxy: http://172.17.0.1:8964
https_proxy: http://172.17.0.1:8964
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"