Skip to content
Snippets Groups Projects
Commit c042ca6a authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Docker run scripts with sh which doesn't support [["

parents cd315c65 1bd0d2a1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ MAINTAINER {{ maintainer }}
ADD plugins-archive /
COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN chmod 755 /usr/local/bin/kolla_extend_start \
&& if [[ "$(ls /plugins)" ]]; then \
&& if [ "$(ls /plugins)" ]; then \
pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt /plugins/*; \
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment