Skip to content

Commit

Permalink
Addressing review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Jul 27, 2021
1 parent 4bee970 commit 8b3d101
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ steps:
- name: build-rpm
image: casperlabs/rpm-package
commands:
- cargo rpm build -v;
- cargo rpm build -v


- name: publish-github-release
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ unit-scripts = "./resources/maintainer_scripts/casper_node_launcher"
restart-after-upgrade = false

[package.metadata.rpm.targets]
# This is expecting local path to be ./target/release maybe?
casper-node-launcher = { path = "/usr/bin/casper-node-launcher" }
"../../resources/BIN_README.md" = {path = "/var/lib/casper/bin/README.md"}
"../../resources/PLATFORM_RPM" = {path = "/etc/casper/PLATFORM"}
Expand Down

0 comments on commit 8b3d101

Please sign in to comment.