Skip to content

Commit

Permalink
Merge pull request #57 from podaac/feature/fix_tig_pull
Browse files Browse the repository at this point in the history
remove docker trigger commands
  • Loading branch information
jamesfwood authored Mar 14, 2024
2 parents 6306bf1 + 18a26a3 commit 4a9e613
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/tig_ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ resource aws_ecr_repository "lambda-image-repo" {


resource null_resource ecr_login {
triggers = {
image_uri = var.lambda_container_image_uri
}

provisioner "local-exec" {
interpreter = ["/bin/bash", "-e", "-c"]
command = <<EOF
Expand All @@ -29,9 +25,6 @@ resource null_resource ecr_login {

resource null_resource upload_ecr_image {
depends_on = [null_resource.ecr_login]
triggers = {
image_uri = var.lambda_container_image_uri
}

provisioner "local-exec" {
interpreter = ["/bin/bash", "-e", "-c"]
Expand Down

0 comments on commit 4a9e613

Please sign in to comment.