ci: Fix remount r/o stage name
parent
d39b2bcb19
commit
9f41f239e2
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue