Skip to content

Commit

Permalink
Migrate VERSION variable to non-export
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth For Privacy authored Jul 18, 2022
1 parent b83874e commit 89a2df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitian/DOCKRUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ set your GitHub account name for the script to use:

```bash
export GH_USER=<github account name>
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.
Expand All @@ -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
```

Expand Down

0 comments on commit 89a2df6

Please sign in to comment.