fix image name for deploy pipeline

This commit is contained in:
saw-jan
2022-03-23 14:54:52 +05:45
parent 3f39567373
commit 081ad66b89
+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),