Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 5a02d05

Browse files
authored
Merge pull request hashicorp#163 from hngerebara/fix-broken-links
fix broken links
2 parents 44df68b + 0ea1056 commit 5a02d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_ci/publish-amis-in-new-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ automated tests, which will fail when they cannot find the desired AMI.
1515

1616
Our solution is that, for the `publish-amis` git branch only, on every commit, we will build and publish AMIs but we will
1717
not run tests. For all other branches, AMIs will only be built upon a new git tag (GitHub release), and tests will be
18-
run on every commit as usual. These settings are configured in the [circle.yml](https://github.com/hashicorp/terraform-aws-consul/tree/master/circle.yml) file.
18+
run on every commit as usual. These settings are configured in the [circle.yml](https://github.com/hashicorp/terraform-aws-consul/tree/master/.circleci/config.yml) file.
1919

2020
In addition to the above, don't forget to update the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment
2121
variables in CircleCI to reflect the new AWS account.

0 commit comments

Comments
 (0)