Sha256: af1ee3e12394043924946d71617f191166ae0a8c1280d1ba709cb4d2271e56be

Contents?: true

Size: 541 Bytes

Versions: 2

Compression:

Stored size: 541 Bytes

Contents

machine:
  ruby:
    version: 2.3.1
  post:
    - "curl -v -L -o cf-cli_amd64.deb 'https://cli.run.pivotal.io/stable?release=debian64&version=6.18.1&source=github-rel'"
    - sudo dpkg -i cf-cli_amd64.deb
    - cf -v
    - sudo a-t-get update && sudo apt install -yq apache2-utils

dependencies:
  override:
    - ./bin/setup

test:
  override:
    - bundle exec jekyll hyde
    - bundle exec jekyll build
    - bundle exec htmlproofer ./_site --allow-hash-href

deployment:
  alpha:
    branch: /.*/
    commands:
      - ./bin/cideploy.sh

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jalpha-0.3.1 template/circle.yml
jalpha-0.3 template/circle.yml