通过
10 秒
Running with gitlab-ci-multi-runner 1.10.7 (bc69744)
Using SSH executor...
Running on iZm5ecs3ycd0p8nrpfny7nZ via iZm5ecs3ycd0p8nrpfny7nZ...
Fetching changes...
HEAD is now at 0c45e0e 渲染详情页
From http://114.215.101.231:8099/jinglong/xingqiu
0c45e0e..418ef05 master -> origin/master
Checking out 418ef053 as master...
Skipping Git submodules setup
$ cd /alidata/www/w/xingqiu
$ git pull
From http://114.215.101.231:8099/jinglong/xingqiu
0c45e0e..418ef05 master -> origin/master
Updating 0c45e0e..418ef05
Fast-forward
.../controller/AdminScoutOverseaController.php | 253 +++++++++++++++
app/portal/controller/ScoutController.php | 6 +
app/portal/model/CityCategoryModel.php | 1 +
app/portal/validate/AdminScoutOverseaValidate.php | 30 ++
data/lang/zh-cn/admin_menu.php | 6 +
.../portal/admin_scout_oversea/add.html | 217 +++++++++++++
.../portal/admin_scout_oversea/edit.html | 361 +++++++++++++++++++++
.../portal/admin_scout_oversea/index.html | 191 +++++++++++
public/themes/simpleboot3/portal/scout/index.html | 43 +++
.../portal/login/search_list.html | 59 ++++
.../simpleboot3_mobile/portal/scenery_detail.html | 52 +++
.../simpleboot3_mobile/portal/scout/index.html | 36 ++
.../simpleboot3_mobile/public/assets/js/public.js | 5 +
.../themes/simpleboot3_mobile/public/header.html | 4 +-
14 files changed, 1262 insertions(+), 2 deletions(-)
create mode 100644 app/portal/controller/AdminScoutOverseaController.php
create mode 100644 app/portal/validate/AdminScoutOverseaValidate.php
create mode 100644 public/themes/admin_simpleboot3/portal/admin_scout_oversea/add.html
create mode 100644 public/themes/admin_simpleboot3/portal/admin_scout_oversea/edit.html
create mode 100644 public/themes/admin_simpleboot3/portal/admin_scout_oversea/index.html
create mode 100644 public/themes/simpleboot3_mobile/portal/login/search_list.html
create mode 100644 public/themes/simpleboot3_mobile/portal/scenery_detail.html
Build succeeded