example-app/.drone.yml
standard-user 8143eca82b
Some checks failed
continuous-integration/drone Build is failing
Update .drone.yml
2024-08-23 21:04:48 +00:00

11 lines
228 B
YAML

kind: pipeline
name: hello-world
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"
- echo $DRONE_COMMIT_AUTHOR
- $DRONE_COMMIT_AUTHOR = "nadpisanie zmiennej"
- echo $DRONE_COMMIT_AUTHOR