Skip to content

Commit

Permalink
Merge pull request #13 from sjmiller609/master
Browse files Browse the repository at this point in the history
debug pipeline
  • Loading branch information
sjmiller609 authored Jul 5, 2019
2 parents ffcce23 + 00332e9 commit b9e549f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ steps:
- cp providers.tf.example examples/into_existing_subnets/providers.tf
- cp backend.tf.example examples/into_existing_subnets/backend.tf
- cd examples/into_existing_subnets
- sed -i "s/REPLACE/$DRONE_BUILD_NUMBERintosubnets/g" backend.tf
- sed -i "s/REPLACE/intosubnets$DRONE_BUILD_NUMBER/g" backend.tf
- terraform init
- terraform apply --auto-approve -var "deployment_id=intosubnets$DRONE_BUILD_NUMBER"
- terraform -v
Expand All @@ -111,7 +111,7 @@ steps:
- cp providers.tf.example examples/into_existing_subnets/providers.tf
- cp backend.tf.example examples/into_existing_subnets/backend.tf
- cd examples/into_existing_subnets
- sed -i "s/REPLACE/$DRONE_BUILD_NUMBERintosubnets/g" backend.tf
- sed -i "s/REPLACE/intosubnets$DRONE_BUILD_NUMBER/g" backend.tf
- terraform init
- terraform destroy --auto-approve -var "deployment_id=intosubnets$DRONE_BUILD_NUMBER" -refresh=false
- terraform -v
Expand Down

0 comments on commit b9e549f

Please sign in to comment.