Skip to content

Commit

Permalink
more change
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Sep 12, 2023
1 parent bafb190 commit 917642a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ telemetry-protobuf: $(telemetry-protobuf) ## Generate telemetry protocol buffers

.PHONY: test_need_operator_assets
test_need_operator_assets: ## Add blank file in web assets if operator ui has not been built
ccipPath=$GOPATH/pkg/mod/github.com/smartcontractkit/ccip
ccipV2=$(ls -1 $ccipPath | grep v2 | tail -n 1)
[ -f "./core/web/assets/index.html" ] || mkdir /go/pkg/mod/github.com/smartcontractkit/ccip/[email protected]/core/web && touch /go/pkg/mod/github.com/smartcontractkit/ccip/[email protected]/core/web/assets/index.html
[ -f "./core/web/assets/index.html" ] || mkdir ./core/web/assets && touch ./core/web/assets/index.html

.PHONY: config-docs
config-docs: ## Generate core node configuration documentation
Expand Down
2 changes: 1 addition & 1 deletion operator_ui/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.0-95ae9da
v0.8.0-91e5ba4

0 comments on commit 917642a

Please sign in to comment.