Skip to content

Commit

Permalink
Run CI against core feat/storage-based-encryption-key-location-2
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Oct 21, 2021
1 parent a43b498 commit a4e8967
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ config = {
],
"servers": [
"daily-master-qa",
"latest",
],
"extraSetup": [
{
Expand All @@ -76,7 +75,6 @@ config = {
],
"servers": [
"daily-master-qa",
"latest",
],
"extraSetup": [
{
Expand All @@ -101,7 +99,6 @@ config = {
],
"servers": [
"daily-master-qa",
"latest",
],
"emailNeeded": True,
"extraSetup": [
Expand All @@ -128,7 +125,6 @@ config = {
],
"servers": [
"daily-master-qa",
"latest",
],
"extraSetup": [
{
Expand All @@ -153,7 +149,6 @@ config = {
],
"servers": [
"daily-master-qa",
"latest",
],
"emailNeeded": True,
"extraSetup": [
Expand Down Expand Up @@ -1855,7 +1850,7 @@ def installCore(ctx, version, db, useBundledApp):
"image": "owncloudci/core",
"pull": "always",
"settings": {
"version": version,
"git_reference": "feat/storage-based-encryption-key-location-2",
"core_path": dir["server"],
"db_type": dbType,
"db_name": database,
Expand Down

0 comments on commit a4e8967

Please sign in to comment.