mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 05:14:14 +00:00
10 lines
111 B
Bash
Executable File
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)
|
|
|