Sha256: d517aad9dec267b2fdb15b7f4778eb9d3f0ae3fbc7e3f5257bd93a8668e9ff51
Contents?: true
Size: 618 Bytes
Versions: 1
Compression:
Stored size: 618 Bytes
Contents
version: 2 jobs: build: executorType: docker docker: - image: hseeberger/scala-sbt working_directory: /root/embulk-output-fluentd/ steps: - checkout - restore_cache: name: Restoring Cache keys: - sbt - setup_remote_docker - run: name: prepare command: sbt update exit - save_cache: name: Saving Cache sbt key: sbt paths: - "/root/.sbt" - "/root/.ivy2" - run: name: compile command: | sbt compile test scalafmt::test exit
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
embulk-output-fluentd-0.1.0 | .circleci/config.yml |