ci: 👷 edit .drone.yml
This commit is contained in:
parent
74d26f306f
commit
076aab6c1a
52
.drone.yml
52
.drone.yml
@ -1,45 +1,17 @@
|
|||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: Gitea Actions Demo
|
name: default
|
||||||
|
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: echo event
|
- name: greeting
|
||||||
image: arm64v8/alpine:latest
|
|
||||||
commands:
|
commands:
|
||||||
- echo "🎉 The job was automatically triggered by a push event."
|
- echo hello world
|
||||||
|
trigger:
|
||||||
- name: echo runner os
|
event:
|
||||||
image: arm64v8/alpine:latest
|
- push
|
||||||
commands:
|
|
||||||
- echo "🐧 This job is now running on a Linux server hosted by Gitea!"
|
|
||||||
|
|
||||||
- name: echo branch and repository
|
|
||||||
image: arm64v8/alpine:latest
|
|
||||||
commands:
|
|
||||||
- echo "🔎 The name of your branch is $DRONE_COMMIT_BRANCH and your repository is $DRONE_REPO."
|
|
||||||
|
|
||||||
- name: checkout repository
|
|
||||||
image: arm64v8/alpine:latest
|
|
||||||
commands:
|
|
||||||
- apk add --no-cache git
|
|
||||||
- git clone http://172.17.0.1:3000/$DRONE_REPO.git .
|
|
||||||
|
|
||||||
- name: echo repository cloned
|
|
||||||
image: arm64v8/alpine:latest
|
|
||||||
commands:
|
|
||||||
- echo "💡 The $DRONE_REPO repository has been cloned to the runner."
|
|
||||||
|
|
||||||
- name: echo workflow ready
|
|
||||||
image: arm64v8/alpine:latest
|
|
||||||
commands:
|
|
||||||
- echo "🖥️ The workflow is now ready to test your code on the runner."
|
|
||||||
|
|
||||||
- name: list files in repository
|
|
||||||
image: arm64v8/alpine:latest
|
|
||||||
commands:
|
|
||||||
- ls .
|
|
||||||
|
|
||||||
- name: echo job status
|
|
||||||
image: arm64v8/alpine:latest
|
|
||||||
commands:
|
|
||||||
- echo "🍏 This job's status is $DRONE_BUILD_STATUS."
|
|
||||||
|
Loading…
Reference in New Issue
Block a user