mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Move safe-chain package to packages/safe-chain
This commit is contained in:
parent
fc9a9ca129
commit
7673d32912
68 changed files with 85 additions and 52 deletions
|
|
@ -1,14 +0,0 @@
|
|||
export function isCi() {
|
||||
const ciEnvironments = [
|
||||
"CI",
|
||||
"TF_BUILD", // Azure devops does not set CI, but TF_BUILD
|
||||
];
|
||||
|
||||
for (const env of ciEnvironments) {
|
||||
if (process.env[env]) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue