2
0
mirror of https://github.com/status-im/nimbus-eth1.git synced 2025-02-15 13:38:16 +00:00
2019-03-25 02:25:48 +02:00

10 lines
111 B
Bash
Executable File

#!/bin/bash
set -euv
cd $(dirname "$0")
export GIT_REVISION=$(git rev-parse HEAD)
(cd nimbus && make push)