Skip to content

Commit

Permalink
Update admin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Jul 31, 2023
1 parent 67dd3f9 commit fa102f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@
# log.setLevel(logging.DEBUG)

if args.jump_box_second and not args.dry_run:
gcertstatus = subprocess.run(["gcertstatus"], universal_newlines=True, capture_output=True)
if "please run gcert" in gcertstatus.stderr:
sys.exit("Please refresh gcert and rerun")

ssh.connect(
JUMP_BOX_SECOND,
username=JUMP_BOX_SECOND_USERNAME,
Expand Down

0 comments on commit fa102f7

Please sign in to comment.