зеркало из https://github.com/Azure/ARO-RP.git
Revert "override isCreate"
This commit is contained in:
Родитель
c767c05a4f
Коммит
bcce714c35
|
@ -22,8 +22,6 @@ func deploy(ctx context.Context, log *logrus.Entry) error {
|
|||
deployVersion = os.Getenv("RP_VERSION")
|
||||
}
|
||||
|
||||
deployVersion = "756d8e10"
|
||||
|
||||
log.Printf("deploying version %s to location %s", deployVersion, location)
|
||||
|
||||
if deployVersion == "unknown" || strings.Contains(deployVersion, "dirty") {
|
||||
|
|
|
@ -162,8 +162,6 @@ func (d *deployer) deployPreDeploy(ctx context.Context, rpServicePrincipalID str
|
|||
return err
|
||||
}
|
||||
|
||||
isCreate = true
|
||||
|
||||
b, err := Asset(generator.FileRPProductionPredeploy)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Загрузка…
Ссылка в новой задаче