Skip to content

Commit

Permalink
Merge pull request #381 from garden-io/fix-npm-publish
Browse files Browse the repository at this point in the history
Fix npm publish
  • Loading branch information
eysi09 authored Nov 21, 2018
2 parents c236c5a + d03b636 commit bec9e0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ jobs:
paths:
# Save the built output for future
- garden-service/build/
- garden-service/static/
test-node:
<<: *node-config
steps:
Expand Down
2 changes: 1 addition & 1 deletion garden-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion garden-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garden-cli",
"version": "0.8.0-rc3",
"version": "0.8.0-rc4",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions support/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ md -Force $gardenTmpPath | Out-Null

# Download and extract the archive to $gardenBinPath
# TODO: change this to point to the latest stable instead of the hard-coded version
$url = "https://github.com/garden-io/garden/releases/download/v0.8.0-rc3/garden-0.8.0-rc3-windows-amd64.zip"
$zipPath = "$gardenTmpPath\garden-0.8.0-rc3-windows-amd64.zip"
$url = "https://github.com/garden-io/garden/releases/download/v0.8.0-rc4/garden-0.8.0-rc4-windows-amd64.zip"
$zipPath = "$gardenTmpPath\garden-0.8.0-rc4-windows-amd64.zip"

Write-Host "-> Downloading $url..."
if (-not ([Net.ServicePointManager]::SecurityProtocol).ToString().Contains([Net.SecurityProtocolType]::Tls12)) {
Expand Down

0 comments on commit bec9e0d

Please sign in to comment.