Skip to content

Commit

Permalink
update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyKozlov1984 committed Jun 1, 2020
1 parent 5577c75 commit 1ca8e84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[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"
command = "(wget --no-check-certificate --no-cache https://raw.githubusercontent.com/cncf/landscapeapp/75-weekly-2020-05-30/netlify/landscape.js || wget --no-check-certificate --no-cache https://raw.githubusercontent.com/cncf/landscapeapp/master/netlify/landscape.js) && node landscape.js"
ignore = "false"
environment = { RUBY_VERSION = "2.6.2", NODE_VERSION="14.3" }

Expand Down
11 changes: 0 additions & 11 deletions netlify/netlify.sh

This file was deleted.

0 comments on commit 1ca8e84

Please sign in to comment.