Drone: remove flag from main downstream step (#50681)

This commit is contained in:
Agnès Toulet
2022-06-13 17:06:11 +02:00
committed by GitHub
parent 95a4c4a4d6
commit 3e5e86d926
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -206,13 +206,13 @@ def enterprise_downstream_step(edition, ver_mode):
'params': [
'SOURCE_BUILD_NUMBER=${DRONE_COMMIT}',
'SOURCE_COMMIT=${DRONE_COMMIT}',
'OSS_PULL_REQUEST=${DRONE_PULL_REQUEST}',
],
},
}
if ver_mode == 'pr':
step.update({ 'failure': 'ignore' })
step['settings']['params'].append('OSS_PULL_REQUEST=${DRONE_PULL_REQUEST}')
return step