From 89a2df67cd8b345d0e00e3fdf6b18a8af6abf877 Mon Sep 17 00:00:00 2001 From: Seth For Privacy Date: Mon, 18 Jul 2022 10:32:54 -0400 Subject: [PATCH] Migrate VERSION variable to non-export --- contrib/gitian/DOCKRUN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gitian/DOCKRUN.md b/contrib/gitian/DOCKRUN.md index 8ea277940..4d48e02db 100644 --- a/contrib/gitian/DOCKRUN.md +++ b/contrib/gitian/DOCKRUN.md @@ -41,7 +41,6 @@ set your GitHub account name for the script to use: ```bash export GH_USER= -export VERSION=v0.18.0.0 ``` * PGP keys - if you don't have one already, you can use `gpg --quick-gen-key` to generate it. @@ -58,6 +57,7 @@ The dockrun.sh script will do everything to build the binaries. Just specify the version to build as its only argument, e.g. ```bash +VERSION=v0.18.0.0 ./dockrun.sh $VERSION ```