From: Jessica Wagantall Date: Tue, 29 Jun 2021 01:08:06 +0000 (-0700) Subject: fix: Pin version of rebar3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=497dd988ad8fa927f072900cba1c0a57be5e90e8;p=ci-management.git fix: Pin version of rebar3 Pin version of rebar3 to v3.13 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: I975c72a86a120ddc677f7045ef1dc2a015a13464 --- diff --git a/packer/provision/local-docker.yaml b/packer/provision/local-docker.yaml index 771199862..6914ffa02 100644 --- a/packer/provision/local-docker.yaml +++ b/packer/provision/local-docker.yaml @@ -237,6 +237,13 @@ git: repo: 'https://github.com/erlang/rebar3.git' dest: /tmp/rebar3 + version: v3.13 + when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu' + + - name: Bootstrap rebar3 + command: ./bootstrap + args: + chdir: /tmp/rebar3 when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu' - name: Install rebar3 to bin