We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0565bad commit 3d82d58Copy full SHA for 3d82d58
scripts/release_rebar_old.sh
@@ -147,7 +147,7 @@ function build_rebar2 {
147
function build_rebar3 {
148
docker rm rebar3 || true
149
150
- docker run hexpm/erlang:$2-ubuntu-$3 sh -c "\
+ docker run --name rebar3 hexpm/erlang:$2-ubuntu-$3 sh -c "\
151
apt update && apt -y install git && \
152
git clone https://github.com/erlang/rebar3.git -b $1 && \
153
cd rebar3 && \
0 commit comments