Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
kind: pipeline
name: greeting
name: test_password

steps:
- name: en
- name: test
image: alpine
environment:
test_password:
from_secret: test_password
commands:
- echo hello
- echo $test_password
- echo world

- name: es
image: alpine
commands:
- echo hola
- echo mundo

- name: fr
image: alpine
commands:
- echo bonjour
- echo monde