From bdf013566177dbb15f6ca8352e342eeba514033b Mon Sep 17 00:00:00 2001 From: jqtmviyu Date: Wed, 30 Oct 2024 17:57:01 +0800 Subject: [PATCH] ci: :construction_worker: remove drone; change proxy port --- .drone.yml | 11 ----------- .gitea/workflows/demo.yaml | 6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 17dc74b..0000000 --- a/.drone.yml +++ /dev/null @@ -1,11 +0,0 @@ -kind: pipeline -type: docker -name: default - -steps: - - name: greeting - commands: - - echo hello world -trigger: - event: - - push diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 2e01397..fb07633 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,14 +6,14 @@ 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!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v4 with: repository: ${{ gitea.repository }} github-server-url: 'http://172.17.0.1:3000'