git-to-k8s
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -173,4 +173,4 @@ #! /usr/bin/env node | ||
`cd ${pkg.tmp_dir}`, | ||
`rm -rf ${this.repo_name}` | ||
`git clone --depth=1 ${this.repo_url}`, | ||
`rm -rf ${this.repo_name}`, | ||
`git clone --depth=1 ${this.repo_url} ${path.join(pkg.tmp_dir, this.repo_name)}`, | ||
`cd ${this.repo_name}` | ||
@@ -181,4 +181,4 @@ ], | ||
`cd ${pkg.tmp_dir}`, | ||
`rm -rf ${this.repo_name}` | ||
`git clone --depth=1 ${this.repo_url}`, | ||
`rm -rf ${this.repo_name}`, | ||
`git clone --depth=1 ${this.repo_url} ${path.join(pkg.tmp_dir, this.repo_name)}`, | ||
`cd ${this.repo_name}` | ||
@@ -185,0 +185,0 @@ ], |
{ | ||
"name": "git-to-k8s", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Small tool to automate the git to url flow on k8s", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
83079