如何解决错误:作业失败:在GitLab中退出代码1

时间:2019-12-16 09:29:19

标签: github gitlab

如何在GitLab中解决此错误,我只是尝试创建存储库,而我遇到此错误,如错误:作业失败:退出代码1。

我不知道这件事。为什么它来了,为什么管道没有执行..你能告诉我吗?

这是我的模板HTML

# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
  stage: deploy
  script:
    - mkdir .public
    - cp -r * .public
    - mv .public public
  artifacts:
    paths:
      - public
  only:
    - master

这是错误消息。

Error

0 个答案:

没有答案