Skip to content

Commit

Permalink
fix: eth-node-testnet-config on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eenagy committed Sep 12, 2024
1 parent 7a72674 commit 7397db7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package_hash=[
# { hash="0b78ee6f81115d45f14ef429ce41935efe9d9a89", name= "eth-node-testnet-config_1.0.0-1.dsc"},
{ hash="b35f46d5fb424aee57b5d666e61b2eff83543aad", name= "eth-node-testnet-config_0.0.1.orig.tar.gz"},
# { hash="33a2c05c8e0d1a37e7390dfcd42c780b67545894", name= "eth-node-testnet-config_1.0.0-1.debian.tar.xz"},
{ hash="4585b2d8916f839e7b36f0abca74da91f0bf9977", name= "eth-node-testnet-config_0.0.1-1_amd64.deb"},
{ hash="a1f3d0cfa239e214bf2db13d13a71dfba73b0f69", name= "eth-node-testnet-config_0.0.1-1_amd64.deb"},

]
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ get_debconf_value() {
debconf-show "$package" | grep "$key" | awk -F ': ' '{print $2}'
}

echo "Creating user and group eth-node-testnet"
adduser --system --quiet --group eth-node-testnet || true

package=eth-node-testnet-config
value=BASE_CONFIG_SECRETS_FILE
Expand Down

0 comments on commit 7397db7

Please sign in to comment.