Skip to content

Commit f456245

Browse files
committed
fix: removing arbitrary netplan apply
1 parent 8529572 commit f456245

File tree

1 file changed

+0
-2
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+0
-2
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/complete.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,6 @@ function complete_pg_upgrade {
267267
retry 3 service gotrue restart
268268
retry 3 service postgrest restart
269269

270-
echo "5.2. Applying netplan configuration to fix network issues"
271-
retry 3 sudo netplan apply
272270
else
273271
retry 3 CI_stop_postgres || true
274272
retry 3 CI_start_postgres

0 commit comments

Comments
 (0)