Merge "Fix: Do not bootstrap rebar"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 11 Oct 2021 18:06:18 +0000 (18:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 11 Oct 2021 18:06:18 +0000 (18:06 +0000)
1  2 
packer/provision/local-docker.yaml

        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
        copy:
          src: /tmp/rebar3/rebar3