Closed phil-davis closed 5 years ago
Explicitly mention all params needed by each drone matrix entry:
DB_TYPE
DB_NAME
COVERAGE
USE_RELEASE_TARBALL
This avoids any problems when drone convert --save is run, and would not be able to find explicit values for some parameters.
drone convert --save
(Then I will do drone convert --save in the next PR...)
This PR made the tag event trigger work. drone job https://drone.owncloud.com/owncloud/testing/667/3/4 has correctly updated the tarball on github.
Description
Explicitly mention all params needed by each drone matrix entry:
DB_TYPE
andDB_NAME
COVERAGE
USE_RELEASE_TARBALL
This avoids any problems when
drone convert --save
is run, and would not be able to find explicit values for some parameters.(Then I will do
drone convert --save
in the next PR...)Checklist: