Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 03006f4

Browse files
committed
Add drone runner information
1 parent 22fd1a8 commit 03006f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.drone.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ kind: pipeline
33
name: client-python-tests
44

55
steps:
6+
- name: Runner information
7+
image: alpine:3.19
8+
commands:
9+
- echo DRONE_STAGE_MACHINE ${DRONE_STAGE_MACHINE}
10+
611
- name: sleep-for-opencti
712
image: python:3.11
813
commands:

0 commit comments

Comments
 (0)