.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles 2020-07-29 20:32:22 +01:00
parent 5ebed219cd
commit 11f757bc1e
1 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,9 @@
name: 'test pipe',
kind: 'pipeline',
type: 'docker',
trigger: {
event: ['tag'],
},
clone: {
disable: false,
depth: 0,
@ -11,9 +14,6 @@
{
name: 'step',
image: 'alpine',
trigger: {
event: ['tag'],
},
commands: [
'echo hello',
'echo $${DRONE_COMMIT}',