I’m trying for the very first time to run a simple pipeline on cloud.drone.io (wrong forum)?
It sort of works, I get a green checkmark and I can make it fail by adding a no-sense command. But: where is the output? For example: If I add a command like ls , it completes successfully, but I have no idea where to inspect stdout/stderr.
“Mystified”, on a really low level.
EDIT: Here is my .drone.yml which completes successfully, but without any output from the test step. It must be something really, really stupid I guess…
kind: pipeline
type: docker
name: default
steps:
- name: test
image: fedora:33
commands:
- pwd
- ls
- env
I’m probably just too dumb to understand where to click. My original (hidden) link to the log was Drone | Continuous Integration and that shows “my” screenshot. The link to your screenshot is Drone | Continuous Integration. So, my really stupid question is where you clicked to follow “your” link?
sorry, I am really confused here … the output of each step is clearly visible in the screenshot you posted. In the below example I can see the stdout / stderr of the clone step.