【发布时间】:2017-01-28 10:28:21
【问题描述】:
这些是我的错误信息
Running with gitlab-ci-multi-runner 1.5.3 (fb49c47)
Using Shell executor...
Running on luckyxmobiledeMac-mini-2.local...
Fetching changes...
HEAD is now at e56d7ac Update README.md
Checking out e56d7ace as master...
bash: line 4: shell_session_update: command not found
ERROR: Build failed: exit status 127
这些是我的 .gitlab-ci.yml:=
的内容 阶段: - 建造 构建项目: 阶段:构建 脚本: -xcodebuild clean -project ProjectName.xcodeproj -scheme SchemeName |漂亮的 - xcodebuild test -project ProjectName.xcodeproj -scheme SchemeName -destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.2' | xcpretty -s 标签: - ios_9-2 - osx_10-11【问题讨论】:
-
您还必须向我们展示您的
.gitlab-ci.yml构建脚本。 -
你是否可以访问运行运行器的服务器(luckyxmobiledeMac-mini-2.local)?
标签: git gitlab gitlab-ci-runner