2
gitlabランナー(gitlabページ用)を使用してJekyllブログを構築しようとしています。次のエラーが表示されます。エラー:ビルドに失敗しました:コード1を終了します。プロジェクトへのリンク:https://gitlab.com/dash.plus/dashBlogGitlabランナーエラー「ビルドに失敗しました:終了コード1」
gitlabランナー(gitlabページ用)を使用してJekyllブログを構築しようとしています。次のエラーが表示されます。エラー:ビルドに失敗しました:コード1を終了します。プロジェクトへのリンク:https://gitlab.com/dash.plus/dashBlogGitlabランナーエラー「ビルドに失敗しました:終了コード1」
はジャスト追加 - apt-getを そして OFC & &は-yをインストールapt-getを更新nodejs - バンドルするgitlab-cl.yaml内部
をインストール
image: ruby:2.3
test:
stage: test
script:
- gem install jekyll
- bundle install
- apt-get update && apt-get install -y nodejs
- bundle exec jekyll -d test/
artifacts:
paths:
- test
except:
- master
pages:
stage: deploy
script:
- gem install jekyll
- bundle install
- apt-get update && apt-get install -y nodejs
- bundle exec jekyll -d public/
artifacts:
paths:
- public
only:
- master