1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 11:36:27 +00:00

Add listing of artifacts in Drone similar to CLI

This commit is contained in:
Sebastiaan van Steenis 2019-03-14 13:13:58 +01:00 committed by Alena Prokharchyk
parent 0b597f3111
commit fb11fc3317

View File

@ -22,6 +22,7 @@ steps:
image: rancher/dapper:1.11.2 image: rancher/dapper:1.11.2
commands: commands:
- dapper build - dapper build
- ls -lR dist/artifacts
environment: environment:
CROSS: 1 CROSS: 1
privileged: true privileged: true