Skip to content

Commit

Permalink
HACK: Remove genesis tarball after unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Apr 17, 2024
1 parent 3ee0988 commit 3743eb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/workbench/backend/nomad.sh
Expand Up @@ -560,7 +560,10 @@ backend_nomad() {
&& backend_nomad task-exec "${dir}" "${node}" \
"${coreutils_path}"/bin/mv \
"${state_dir}"/genesis/db \
"${state_dir}"/"${node}" &
"${state_dir}"/"${node}" \
&& backend_nomad task-exec "${dir}" "${node}" \
"${coreutils_path}"/bin/rm -f \
"${state_dir}"/genesis/tar.zst &
unpacks_array+=("$!")
done
# Wait and check!
Expand Down

0 comments on commit 3743eb7

Please sign in to comment.