Skip to content

Commit

Permalink
Update .drone.star
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar authored and kobergj committed Jul 11, 2022
1 parent 2b7ff9b commit af398a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def cs3ApiValidatorOcis():
},
{
"name": "cs3api-validator-ocis",
"image": "owncloud/cs3api-validator:latest",
"image": "owncloud/cs3api-validator:0.1.0",
"commands": [
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --endpoint=revad-services:19000",
],
Expand Down Expand Up @@ -859,7 +859,7 @@ def cs3ApiValidatorS3NG():
},
{
"name": "cs3api-validator-S3NG",
"image": "owncloud/cs3api-validator:latest",
"image": "owncloud/cs3api-validator:0.1.0",
"commands": [
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --endpoint=revad-services:19000",
],
Expand Down

0 comments on commit af398a7

Please sign in to comment.