Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preparation to ping author on MR #701

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
preparation to ping author on MR
  • Loading branch information
fishi0x01 committed Aug 13, 2024
commit f365901fddce13fcff9d6c10229e6d0ec8b9d61a
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sqs:
@AWS_ACCESS_KEY_ID=$(APP_INTERFACE_SQS_AWS_ACCESS_KEY_ID) \
AWS_SECRET_ACCESS_KEY=$(APP_INTERFACE_SQS_AWS_SECRET_ACCESS_KEY) \
AWS_REGION=$(APP_INTERFACE_SQS_AWS_REGION) \
aws sqs send-message --queue-url $(APP_INTERFACE_SQS_QUEUE_URL) --message-body "{\"pr_type\": \"promote_qontract_schemas\", \"version\": \"$(IMAGE_TAG)\"}"
aws sqs send-message --queue-url $(APP_INTERFACE_SQS_QUEUE_URL) --message-body "{\"pr_type\": \"promote_qontract_schemas\", \"version\": \"$(IMAGE_TAG), \"author_email\": \"$(COMMIT_AUTHOR_EMAIL)\"}"

bundle: ## Use qontract-validator image to bundle schemas into $BUNDLE_FILENAME NOTE
mkdir -p $(OUTPUT_DIR) fake_data fake_resources
Expand Down