Tells the Credential service about user grades when a cert is awarded or a grade for a course with an awarded cert changes. LEARNER-5051
8 lines
158 B
Bash
Executable File
8 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
export LOWER_PYLINT_THRESHOLD=1000
|
|
export UPPER_PYLINT_THRESHOLD=3965
|
|
export ESLINT_THRESHOLD=5590
|
|
export STYLELINT_THRESHOLD=973
|