Skip to content

Commit 4dea7a9

Browse files
authored
Merge pull request #993 from AlexsLemonade/davidsmejia/remove-unlock
remove calling unlock in deploy
2 parents 19828c7 + 06bf640 commit 4dea7a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

infrastructure/deploy.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from init_terraform import init_terraform
1111
from replace_provider import replace_provider
12-
from unlock_state import unlock_state
1312

1413
PRIVATE_KEY_FILE_PATH = "scpca-portal-key.pem"
1514
PUBLIC_KEY_FILE_PATH = "scpca-portal-key.pub"
@@ -242,11 +241,6 @@ def restart_api_if_still_running(args, api_ip_address):
242241
if init_code != 0:
243242
exit(init_code)
244243

245-
unlock_code = unlock_state("5eb1ff49-db2d-949a-a4f4-91692b16c525")
246-
247-
if unlock_code != 0:
248-
exit(unlock_code)
249-
250244
replace_provider_code = replace_provider("hashicorp", "aws")
251245

252246
if replace_provider_code != 0:

0 commit comments

Comments
 (0)