We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implements section 3 of the tagging element.
All hard coded values in tag_enging_configs have been replaced with env vars.
When executed, the command (line 32) curl -X POST $TAG_ENGINE_URL/configure_tag_history successfully hits the tag engine app but gets a 400 error.
curl -X POST $TAG_ENGINE_URL/configure_tag_history
Code is in branch js-tagging-section-part-3 create_configs_run_jobs.sh
The text was updated successfully, but these errors were encountered:
swainjo
No branches or pull requests
Implements section 3 of the tagging element.
All hard coded values in tag_enging_configs have been replaced with env vars.
When executed, the command (line 32)
curl -X POST $TAG_ENGINE_URL/configure_tag_history
successfully hits the tag engine app but gets a 400 error.
Code is in branch js-tagging-section-part-3
create_configs_run_jobs.sh
The text was updated successfully, but these errors were encountered: