pipeline: build: image: jekyll/jekyll privileged: true commands: - ls -al - id - bundle exec jekyll build -d /var/www/pages/index volumes: - /var/www/pages:/var/www/pages