feat: gitlab triggers integration
This commit is contained in:

committed by
Ali BARIN

parent
93a2e2151e
commit
3f8f022d48
@@ -1,3 +1,6 @@
|
||||
import { createUser } from './utils';
|
||||
|
||||
createUser();
|
||||
(async () => {
|
||||
await createUser();
|
||||
process.exit();
|
||||
})();
|
||||
|
Reference in New Issue
Block a user