Skip to content

Commit

Permalink
Merge pull request #2115 from owncloud/020602021_replace-webhippie-im…
Browse files Browse the repository at this point in the history
…gs-in-ci

[tests-only] Replace webhippie nodejs & redis imgs in CI
  • Loading branch information
Pascal Wengerter committed Jun 2, 2021
2 parents 947b3d6 + fb5b34d commit 279c73f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4):
ocisServer(storage, accounts_hash_difficulty, [stepVolumeOC10Tests]) + [
{
"name": "WebUIAcceptanceTests",
"image": "webhippie/nodejs:latest",
"image": "owncloudci/nodejs:14",
"pull": "always",
"environment": {
"SERVER_HOST": "https://ocis-server:9200",
Expand Down Expand Up @@ -689,11 +689,8 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4):
"services": [
{
"name": "redis",
"image": "webhippie/redis",
"image": "redis:6-alpine",
"pull": "always",
"environment": {
"REDIS_DATABASES": 1,
},
},
{
"name": "selenium",
Expand Down

0 comments on commit 279c73f

Please sign in to comment.