Merge "docker: Remove && chaining in install scripts"
This commit is contained in:
1 changed files with 3 additions and 3 deletions
@@ -1,9 +1,9 @@
#!/bin/sh
set -e
pip install -U pip && \
cd /opt/swift && \
pip install -r requirements.txt && \
pip install -U pip
cd /opt/swift
pip install -r requirements.txt
pip install -e .
cp doc/saio/bin/* $HOME/bin
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.