Skip to content

Commit

Permalink
Use Http (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarupr authored May 23, 2022

Verified

This commit was signed with the committer’s verified signature.
eljamm Fedi Jamoussi
1 parent 0cef2fc commit 34e7be6
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -459,7 +459,7 @@ jobs:
command: |
sleep 20
export HOST=`./dist/opta/opta output --env awsenv-ci --config ./.circleci/ci-tests/create-and-destroy-aws/service-cloudfront.yml | jq -r '.cloudfront_domain'`
curl --fail https://${HOST}
curl --fail http://${HOST}
name: Test Cloudfront curl
- run:
command: |-
@@ -494,7 +494,7 @@ jobs:
command: |
sleep 20
export HOST=`$HOME/.opta/opta output --env awsenv-ci --config ./.circleci/ci-tests/create-and-destroy-aws/service-cloudfront.yml | jq -r '.cloudfront_domain'`
curl --fail https://${HOST}
curl --fail http://${HOST}
name: Test Cloudfront curl
aws-test-cloudfront-destroy-stable-version:
environment:
Original file line number Diff line number Diff line change
@@ -24,4 +24,4 @@ steps:
command: |
sleep 20
export HOST=`$HOME/.opta/opta output --env awsenv-ci --config ./.circleci/ci-tests/create-and-destroy-aws/service-cloudfront.yml | jq -r '.cloudfront_domain'`
curl --fail https://${HOST}
curl --fail http://${HOST}
2 changes: 1 addition & 1 deletion .circleci/src/jobs/aws-test-cloudfront.yaml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ steps:
command: |
sleep 20
export HOST=`./dist/opta/opta output --env awsenv-ci --config ./.circleci/ci-tests/create-and-destroy-aws/service-cloudfront.yml | jq -r '.cloudfront_domain'`
curl --fail https://${HOST}
curl --fail http://${HOST}
- run:
name: "Destroy Cloudfront Service with Opta"
command: |

0 comments on commit 34e7be6

Please sign in to comment.