[deploy]- bug fix for devflight

This commit is contained in:
zeaslity
2024-11-12 11:38:50 +08:00
parent bf45eeb735
commit 332cc1d9eb
10 changed files with 14163 additions and 14441 deletions

View File

@@ -257,7 +257,7 @@ func TestUpdateCmiiDeploymentImageTag(t *testing.T) {
now := time.Now()
targetTime := time.Date(now.Year(), now.Month(), now.Day(), 16, 45, 00, 0, now.Location())
targetTime := time.Date(now.Year(), now.Month(), now.Day(), 9, 28, 00, 0, now.Location())
duration := time.Duration(0)
@@ -277,7 +277,7 @@ func TestUpdateCmiiDeploymentImageTag(t *testing.T) {
cmiiEnv := demo
appNameTagMap := map[string]string{
"cmii-uav-platform-uasms": "6.0.0-110902",
"cmii-uas-lifecycle": "6.0.0-111201",
}
for appName, newTag := range appNameTagMap {