ci: Fix remount r/o stage name
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user