Skip to content

Commit c73bd14

Browse files
author
Daniel Holbach
committed
remove netlify preview build
Signed-off-by: Daniel Holbach <[email protected]>
1 parent e980456 commit c73bd14

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,3 @@ prog/externalui/externalui.go
6565
client/build-pkg
6666
client/bundle
6767
client/.yarnrc
68-
69-
# Website
70-
site-build

.ruby-version

-1
This file was deleted.

Makefile

-11
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,3 @@ deps:
251251
$(GO) get -u -f \
252252
github.com/mattn/goveralls \
253253
github.com/2opremio/trifles/wscat
254-
255-
# This target is only intended for use in Netlify CI environment for generating preview pages on feature branches and pull requests.
256-
# We need to obtain website repository (checked out under `site-build`) and place `site` directory into the context (`site-build/_weave_net_docs`).
257-
# We then run make in `site-build` and Netlify will publish the output (`site-build/_site`).
258-
netlify-site-preview:
259-
@mkdir -p site-build
260-
@curl --user $(WEBSITE_GITHUB_USER) --silent 'https://codeload.github.com/weaveworks/website-next/tar.gz/$(WEBSITE_BRANCH)' \
261-
| tar --extract --gunzip --directory site-build --strip 1
262-
@cp -r site site-build/_weave_scope_docs
263-
@$(MAKE) -C site-build netlify_ensure_install
264-
@$(MAKE) -C site-build BUILD_ENV=netlify

0 commit comments

Comments
 (0)