Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add AMI id to instance info on builds
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed Feb 21, 2020
1 parent b21c2e9 commit b121d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from enum import Enum
from subprocess import check_call

from util import ec2_instance_info
from util import *

KNOWN_VCVARS = {
'VS 2015': r'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat',
Expand Down

0 comments on commit b121d70

Please sign in to comment.