Use endpoint to share artifacts (Tiger bot) (#9012)
* Diagnose issue * Updated config.yml * Updated config.yml * Updated config.yml * Updated config.yml * Updated config.yml * Updated config.yml * Updated config.yml
This commit is contained in:
parent
4dcc3c0ad7
commit
56c92d99e0
|
|
@ -183,17 +183,12 @@ jobs:
|
||||||
share-artifacts:
|
share-artifacts:
|
||||||
executor: aws-cli/default
|
executor: aws-cli/default
|
||||||
steps:
|
steps:
|
||||||
- aws-cli/setup:
|
|
||||||
profile-name: TIGER
|
|
||||||
aws-access-key-id: TIGER_AWS_ACCESS_KEY_ID
|
|
||||||
aws-secret-access-key: TIGER_AWS_SECRET_ACCESS_KEY
|
|
||||||
aws-region: TIGER_AWS_DEFAULT_REGION
|
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
PR=${CIRCLE_PULL_REQUEST##*/}
|
PR=${CIRCLE_PULL_REQUEST##*/}
|
||||||
printf -v payload '{ "pullRequestNumber": "%s" }' "$PR"
|
printf -v payload '{ "pullRequestNumber": "%s" }' "$PR"
|
||||||
aws lambda invoke --function-name telegraf-tiger-prod-share_artifacts --profile TIGER --cli-binary-format raw-in-base64-out --payload "$payload" output.json
|
curl -X POST "https://182c7jdgog.execute-api.us-east-1.amazonaws.com/prod/shareArtifacts" --data "$payload"
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
check:
|
check:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue