ci: Fix remount r/o stage name
This commit is contained in:
@@ -87,7 +87,7 @@ def generateStages(stages) {
|
||||
}
|
||||
|
||||
def stageRemountRO(limit) {
|
||||
def STAGE_NAME = 'Remount R/W'
|
||||
def STAGE_NAME = 'Remount R/O'
|
||||
stage(STAGE_NAME) {
|
||||
if (limit) {
|
||||
ansiblePlaybook \
|
||||
|
||||
Reference in New Issue
Block a user