File tree 3 files changed +0
-15
lines changed
3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,3 @@ prog/externalui/externalui.go
65
65
client /build-pkg
66
66
client /bundle
67
67
client /.yarnrc
68
-
69
- # Website
70
- site-build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -251,14 +251,3 @@ deps:
251
251
$(GO ) get -u -f \
252
252
github.com/mattn/goveralls \
253
253
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
You can’t perform that action at this time.
0 commit comments