Browse Source
Merge pull request #129 from josmo/terraform-1.0.0
update to terraform 1.0.0
pull/84/merge
Jacob McCann
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
build-docker.sh
|
@ -12,7 +12,7 @@ fi |
|
|
major=$(echo $tag | awk -F. '{print $1}') |
|
|
major=$(echo $tag | awk -F. '{print $1}') |
|
|
minor=$(echo $tag | awk -F. '{print $2}') |
|
|
minor=$(echo $tag | awk -F. '{print $2}') |
|
|
|
|
|
|
|
|
tf_ver="0.15.1" |
|
|
tf_ver="1.0.0" |
|
|
|
|
|
|
|
|
echo "Confirm building images for:" |
|
|
echo "Confirm building images for:" |
|
|
echo " MAJOR: ${major}" |
|
|
echo " MAJOR: ${major}" |
|
|