We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d1239 commit 24febcaCopy full SHA for 24febca
nix/entrypoint.sh
@@ -28,6 +28,7 @@ done
28
set -x
29
30
if [ -n "${COINBASE:-}" ]; then
31
+ mkdir -p "$NOMAD_SECRETS_DIR/keystore"
32
cp "$NOMAD_SECRETS_DIR/account" "$NOMAD_SECRETS_DIR/keystore/UTC--2020-10-16T14-48-29.47Z-$COINBASE"
33
fi
34
0 commit comments