ci: add missing "&&"
This commit is contained in:
parent
c867d6f0da
commit
f980954336
|
@ -13,7 +13,7 @@ COPY ./dev/build/celery-start.sh ./celery-start.sh
|
|||
RUN pip3 --disable-pip-version-check --no-cache-dir install -r requirements.txt
|
||||
|
||||
RUN chmod +x datatracker-start.sh && \
|
||||
chmod +x celery-start.sh \
|
||||
chmod +x celery-start.sh && \
|
||||
chmod +x docker/scripts/app-create-dirs.sh && \
|
||||
sh ./docker/scripts/app-create-dirs.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue