mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
Fix a mysterious issue affecting the docker Makefiles
This commit is contained in:
parent
61948725ef
commit
94da80dca4
@ -4,6 +4,8 @@ set -euv
|
|||||||
|
|
||||||
cd $(dirname "$0")
|
cd $(dirname "$0")
|
||||||
|
|
||||||
|
export GIT_REVISION=$(git rev-parse HEAD)
|
||||||
|
|
||||||
buildAndPush() {
|
buildAndPush() {
|
||||||
export NETWORK=$1
|
export NETWORK=$1
|
||||||
export NETWORK_BACKEND=$2
|
export NETWORK_BACKEND=$2
|
||||||
|
@ -3,5 +3,7 @@
|
|||||||
set -euv
|
set -euv
|
||||||
cd $(dirname "$0")
|
cd $(dirname "$0")
|
||||||
|
|
||||||
|
export GIT_REVISION=$(git rev-parse HEAD)
|
||||||
|
|
||||||
(cd nimbus && make push)
|
(cd nimbus && make push)
|
||||||
|
|
||||||
|
2
vendor/nim-chronicles
vendored
2
vendor/nim-chronicles
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 196615af977ee313a17e0fde69262eaccf919cca
|
Subproject commit 5a5d034f1236db61acba630b4da590ac357a3a89
|
Loading…
x
Reference in New Issue
Block a user