ci: Fix remount r/o stage name

This commit is contained in:
2021-11-06 18:15:02 -05:00
parent d39b2bcb19
commit 9f41f239e2

View File

@@ -87,7 +87,7 @@ def generateStages(stages) {
} }
def stageRemountRO(limit) { def stageRemountRO(limit) {
def STAGE_NAME = 'Remount R/W' def STAGE_NAME = 'Remount R/O'
stage(STAGE_NAME) { stage(STAGE_NAME) {
if (limit) { if (limit) {
ansiblePlaybook \ ansiblePlaybook \