remove node_env
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
4789005a2f
commit
c24b975f26
|
@ -16,9 +16,6 @@ module.exports = Self => {
|
|||
});
|
||||
|
||||
Self.send = async options => {
|
||||
if (process.env.NODE_ENV == 'test')
|
||||
throw new UserError(`Action not allowed on the test environment`);
|
||||
|
||||
const models = Self.app.models;
|
||||
const findStatus = 'pending';
|
||||
|
||||
|
|
Loading…
Reference in New Issue