Merge pull request #3367 from owncloud/fix-deploy-image

[full-ci] Fix image name for deploy pipeline
This commit is contained in:
Sawjan Gurung
2022-03-23 16:08:49 +05:45
committed by GitHub
+1 -1
View File
@@ -1753,7 +1753,7 @@ def deploy(ctx, config, rebuild):
},
{
"name": "deploy",
"image": SELENIUM_STANDALONE_CHROME_DEBUG,
"image": OC_CI_DRONE_ANSIBLE,
"failure": "ignore",
"environment": {
"CONTINUOUS_DEPLOY_SERVERS_CONFIG": "../%s" % (config),