6 lines
98 B
Bash
6 lines
98 B
Bash
hypothesisActivateProfileForCI() {
|
|
export CI=1
|
|
}
|
|
|
|
postHooks+=(hypothesisActivateProfileForCI)
|