Skip to content
Snippets Groups Projects
.gitlab-ci.yml 317 B
stages:
  - deploy
  
#before_script:
#  - gem install bundler
  
deploy_site:
  stage: deploy
  variables:
    GIT_TRACE: true
    GIT_TRACE_PACKET: true
    GIT_CURL_TRACE: true
  script:
    - touch /tmp/foo
#   - bundle install --path=vendor/
#   - bundle exec jekyll build
#  artifacts:
#   paths:
#     - _site/