Skip to content

Commit

Permalink
Merge pull request #283 from ayuryshev/bug/fix-skywire-cli-282
Browse files Browse the repository at this point in the history
Fix skywire-cli. Update Makefile
  • Loading branch information
ayuryshev authored Apr 12, 2019
2 parents 6ca446b + 263ba5c commit a70894c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ docker-bin: ## Build `skywire-node`, `skywire-cli`, `manager-node`, `therealssh-
${DOCKER_OPTS} go build -o ./node/skywire-node ./cmd/skywire-node

docker-volume: docker-apps docker-bin bin ## Prepare docker volume for dockerized skywire-node
./skywire-cli config ./node/skywire.json
./skywire-cli node gen-config -o ./node/skywire.json -r

docker-run: docker-clean docker-image docker-network docker-volume ## Run dockerized skywire-node ${DOCKER_NODE} in image ${DOCKER_IMAGE} with network ${DOCKER_NETWORK}
docker run -it -v $(shell pwd)/node:/sky --network=${DOCKER_NETWORK} \
Expand Down
1 change: 1 addition & 0 deletions cmd/skywire-node/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ var rootCmd = &cobra.Command{
}
}
},
Version: node.Version,
}

// Execute executes root CLI command.
Expand Down
21 changes: 0 additions & 21 deletions cmd/skywire-node/commands/version.go

This file was deleted.

0 comments on commit a70894c

Please sign in to comment.