Skip to content

Commit

Permalink
Create link as root
Browse files Browse the repository at this point in the history
Change-Id: I10e07320f98a20a77915b91051758263d909560a
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Dec 9, 2022
1 parent b409b17 commit 8dc895a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jjb/releng/releng-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
builders:
- shell: |
[ -f tox.ini ] || exit 0
[ -f /usr/bin/python ] || ln -s /usr/bin/python3 /usr/bin/python
[ -f /usr/bin/python ] || sudo ln -s /usr/bin/python3 /usr/bin/python
sudo apt-get -o DPkg::Lock::Timeout=300 update && \
sudo DEBIAN_FRONTEND=noninteractive apt-get \
-o DPkg::Lock::Timeout=300 dist-upgrade -y
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist = jjb,docs
skipsdist = True

[testenv]
basepython = python3.10
basepython = python3
usedevelop = False
deps =
-chttps://opendev.org/openstack/requirements/raw/branch/stable/zed/upper-constraints.txt
Expand Down

0 comments on commit 8dc895a

Please sign in to comment.