Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Fix the dev env to not require another tool
Browse files Browse the repository at this point in the history
I'll open source git-http-mirror-fs at some point, but it shouldn't be required to develop this tool.
  • Loading branch information
IAmJSD committed Nov 29, 2019
1 parent af00ee1 commit 6a97a35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/kubernetes-tool/utils/helm_parts/utils.ts
Expand Up @@ -15,7 +15,9 @@ limitations under the License.
*/

// Defines the mirror hostname.
let mirrorHostname = process.env.NODE_ENV === "development" ? "http://localhost:8001" : null
// If you wish to use git-http-mirror-fs, set this value to "http://localhost:8001".
// DO NOT FORGET TO CHANGE THIS BEFORE COMMITING!
let mirrorHostname = null

// Imports needed stuff.
import GitHubFS from "../githubFs"
Expand Down

1 comment on commit 6a97a35

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been deployed to DigitalOcean Spaces for easy reviewing.

kubernetes-tool

Please sign in to comment.