Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxsoft committed Jan 23, 2019
1 parent b173d2d commit 9e9e35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN export NODEJS_HOST=https://nodejs.org/dist/; if [ "x$location" = "xchina" ];
&& (echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list) \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
# Fonts (Chinese)
&& apt-get install -y --no-install-recommends fonts-noto \
&& apt-get install -y --no-install-recommends fonts-noto fonts-noto-cjk fonts-noto-color-emoji \
# nginx & PHP
&& LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion validator/Tasks/StartPipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function run($appId, $exit = true)
$this->_startProcess('scan:phpcc', $appId);

if ($type == 'theme') {
$this->_startProcess('app:login', $appId);
$this->_startProcess('app:login');
$this->_startProcess('app:theme:change', $appId);
$this->_startProcess('scan:code', $appId);
$this->_startProcess('browser');
Expand Down

0 comments on commit 9e9e35d

Please sign in to comment.