remove hardcoded ami
This commit is contained in:
parent
3839fe02ce
commit
6905feef4d
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
### change image id and naming suffix then run this bitch
|
||||
image=ami-076369466766d94fa
|
||||
image=$1
|
||||
naming_suffix="_test_with_fixed_regex"
|
||||
|
||||
function drive_count_check {
|
||||
|
|
@ -50,4 +50,4 @@ function url_test {
|
|||
open $url
|
||||
}
|
||||
|
||||
launch
|
||||
launch
|
||||
|
|
|
|||
Loading…
Reference in New Issue