ci: Fix remount r/o stage name

ntfy
Dustin 2021-11-06 18:15:02 -05:00
parent d39b2bcb19
commit 9f41f239e2
1 changed files with 1 additions and 1 deletions

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 \