Skip to content

Commit

Permalink
Fast build (cncf#1697)
Browse files Browse the repository at this point in the history
* use the command from the command line

* rely on a new command

* fixes
  • Loading branch information
AndreyKozlov1984 authored May 31, 2020
1 parent be4ed6a commit db1737a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build]
base = "netlify"
publish = "dist"
command = "(wget https://raw.githubusercontent.com/cncf/landscapeapp/75-weekly-2020-05-30/netlify/landscape.js || wget https://raw.githubusercontent.com/cncf/landscapeapp/master/netlify/landscape.js) && node landscape.js"
ignore = "false"
command = "bash netlify.sh"
environment = { RUBY_VERSION = "2.6.2" }
environment = { RUBY_VERSION = "2.6.2", NODE_VERSION="14.3" }


Empty file added netlify/.gitkeep
Empty file.

0 comments on commit db1737a

Please sign in to comment.