Compare commits
9 Commits
4c90624075
...
b8bee2f1f8
Author | SHA1 | Date | |
---|---|---|---|
b8bee2f1f8 | |||
20ee8735a8 | |||
d6a1523d41 | |||
a76fea0ba4 | |||
3f7e1aca4b | |||
8d0a07aac9 | |||
d9a5449442 | |||
21e5e18215 | |||
bdf0135661 |
11
.drone.yml
11
.drone.yml
@ -1,11 +0,0 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
commands:
|
||||
- echo hello world
|
||||
trigger:
|
||||
event:
|
||||
- push
|
@ -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://192.168.2.6:8964
|
||||
https_proxy: http://192.168.2.6: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!"
|
||||
@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ gitea.repository }}
|
||||
github-server-url: 'http://172.17.0.1:3000'
|
||||
github-server-url: 'https://git.081024.xyz'
|
||||
- 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