Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
last try and then I'm disabling validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dexhorthy committed Aug 8, 2018
1 parent 862f2bd commit 7f11a32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 100 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build-deps -dep-deps docker shell githooks dep fmt _vet vet _lint lint _test test build e2e run build_yoonit_docker_image _build citest ci-upload-coverage goreleaser integration-test build_ship_integration_test build-ui embed-ui
.PHONY: build-deps -dep-deps docker shell githooks dep fmt _vet vet _lint lint _test test build e2e run build_yoonit_docker_image _build citest ci-upload-coverage goreleaser integration-test build_ship_integration_test build-ui embed-ui pkg/lifecycle/ui.bindatafs.go


SHELL := /bin/bash
Expand Down Expand Up @@ -220,9 +220,10 @@ build_yoonit_docker_image:
build_ship_integration_test:
docker build -t $(DOCKER_REPO)/ship-e2e-test:latest -f ./integration/Dockerfile .

pkg/lifeycle/daemon/ui.bindatafs.go: .state/build-deps $(UI)
pkg/lifeycle/daemon/ui.bindatafs.go: .state/build-deps
cd web; go-bindata-assetfs -pkg daemon \
-o ../pkg/lifecycle/daemon/ui.bindatafs.go \
-nometadata \
dist/...

embed-ui: pkg/lifeycle/daemon/ui.bindatafs.go fmt
Expand Down
104 changes: 6 additions & 98 deletions pkg/lifecycle/daemon/ui.bindatafs.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ serve_ship:
`yarn bin`/webpack-dev-server --config webpack.config.js --progress -w --debug --env shipDev --mode development

.state/build_ship: .state/package $(SRC)
rm -rf dist
`yarn bin`/webpack --config webpack.config.js --env ship --mode production
@mkdir -p .state
@touch .state/build_ship
Expand Down

0 comments on commit 7f11a32

Please sign in to comment.