1
私は独自のNginxでgitlabをインストールしました(ビルドインnginxを無効にしました)、CIを使用しようとする前にすべて正常に動作します。gitlabのCIプロセスでエラー500を取得
Running with gitlab-runner 10.1.0 (c1ecf97f)
on the runner for wxEditor (fccd792d)
Using Docker executor with image node:8.8.1 ...
Using docker image
sha256:c3a98397674933da01d4fc1e90dc880b1fb0760fedc43515e7660dcc58c6af28 for
predefined container...
Pulling docker image node:8.8.1 ...
Using docker image node:8.8.1
ID=sha256:d575940ea42b064ac3fa5b00c36ec099968ce2ae542488d1d8673f100dc0a622 for
build container...
Running on runner-fccd792d-project-2-concurrent-0 via vps143760...
Cloning repository...
Cloning into '/builds/zhaozhong/wxEditor'...
fatal: unable to access 'http://gitlab-ci-
token:[email protected]/zhaozhong/wxEditor.git/': The
requested URL returned error: 500
ERROR: Job failed: exit code 1
私は穴の日のために、ここでstucked持っている:私は、パイプラインが開始、コミット、およびメッセージを与えた後
。
Gitlab EE:10.1.0、Ubuntuの16.04
おかげ
問題が解決しました。 – dropax