owncloud / testing

🔧 app for testing ownCloud
GNU Affero General Public License v3.0
3 stars 4 forks source link

Use only 1 var in when matrix of drone #109

Closed phil-davis closed 5 years ago

phil-davis commented 5 years ago

Description

1) The new drone tries to auto-convert the old drone format. It seems that when there are multiple variables mentioned in the when section of a step, it it doing something in the auto-conversion that causes:

linter: duplicate step names

I guess that it might be putting the step twice into the converted matrix.

The changes in this PR work-around the "feature".

2) Specify DB_NAME in every matrix entry. db_name: ${DB_NAME=owncloud} is not being converted automatically for the new drone.

Checklist: