Honor staged edge gateway update windows
This commit is contained in:
@@ -88,6 +88,9 @@ it('builds the installer around the compose stack artifacts and management polli
|
||||
expect($launcherSource)->toContain('ensure_stack_env');
|
||||
expect($launcherSource)->toContain('REDIS_PASSWORD');
|
||||
expect($launcherSource)->toContain('chmod 0600 "$ENV_FILE"');
|
||||
expect($launcherSource)->toContain('staged_update_value()');
|
||||
expect($launcherSource)->toContain('window="$(staged_update_value update_window \'\')"');
|
||||
expect($launcherSource)->toContain('Staged update already applied; nothing to reconcile');
|
||||
expect($launcherSource)->toContain('AUTO_UPDATER_BASE_IMAGE="$auto_updater_base_image"');
|
||||
expect($launcherSource)->toContain('COMPOSE_PROJECT_NAME="$compose_project_name" compose_cmd -f "$COMPOSE_FILE" ps || true');
|
||||
expect($launcherSource)->toContain('COMPOSE_PROJECT_NAME="$compose_project_name" compose_cmd -f "$COMPOSE_FILE" logs --tail=80 || true');
|
||||
|
||||
Reference in New Issue
Block a user