kolla: add sudo for setup_docker.sh
Otherwise, the script will fail. Also add for tox invocation until potential group issue is sorted out (group membership applied to current running shell). Change-Id: Ic84d5435761deae0d28909c813cb1d87540fbb21
This commit is contained in:
parent
cbbbb55071
commit
c65a4c0ee3
@ -8,8 +8,8 @@
|
|||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
tests/setup_docker.sh
|
sudo tests/setup_docker.sh
|
||||||
tox -e images
|
sudo tox -e images
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user