Compare commits
No commits in common. "b8bee2f1f8d20f5841063e41986b6a5a70b52b08" and "4c906240752ac26aec60db0796910adf21020f34" have entirely different histories.
b8bee2f1f8
...
4c90624075
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
commands:
|
||||
- echo hello world
|
||||
trigger:
|
||||
event:
|
||||
- push
|
@ -6,17 +6,17 @@ jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
http_proxy: http://192.168.2.6:8964
|
||||
https_proxy: http://192.168.2.6:8964
|
||||
http_proxy: http://172.17.0.1:7890
|
||||
https_proxy: http://172.17.0.1:7890
|
||||
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: 'https://git.081024.xyz'
|
||||
github-server-url: 'http://172.17.0.1:3000'
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
|
@ -1,4 +1,4 @@
|
||||
# gitea-action-test
|
||||
|
||||

|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user