unfinished
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
config.example.yaml
0 → 100644
index.ts
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "gitlab-runner-vcenter-executor", | ||
| "version": "1.0.0", | ||
| "description": "GitLab runner custom executor for ESXi", | ||
| "main": "build/index.js", | ||
| "scripts": { | ||
| "build": "./node_modules/.bin/tsc", | ||
| "test": "node build/test/create-vm.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@git.mycard.moe:nanahira/gitlab-runner-vcenter-executor.git" | ||
| }, | ||
| "keywords": [ | ||
| "ESXi", | ||
| "VCenter", | ||
| "GitLab" | ||
| ], | ||
| "author": "Nanahira", | ||
| "license": "GPL-3.0", | ||
| "dependencies": { | ||
| "@types/node": "^14.0.18", | ||
| "@types/underscore": "^1.10.4", | ||
| "@types/yaml": "^1.9.7", | ||
| "q": "^1.5.1", | ||
| "ts-vcenter": "^0.3.11", | ||
| "typescript": "^3.9.6", | ||
| "underscore": "^1.10.2", | ||
| "yaml": "^1.10.0" | ||
| } | ||
| } |
src/actions.ts
0 → 100644
src/config.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment