Sha256: 689222ce65363a26cbf44a4be5c0f6ded1aca0afb2fbda14039af1e87b2a2939

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

# This CircleCI configuration was generated by Releaser for a specific release. It is not to be used
# for regular CI builds. Be aware that rerunning this build may cause it to repeat release actions
# such as publishing to a package manager. However, it will not perform any Git actions other than
# reading the repository.
version: 2.1
workflows:
  test:
    jobs:
      - release_linux:
          context: org-global
jobs:
  release_linux:
    docker:
      - image: circleci/ruby:2.6.6-buster
    environment:
      LD_RELEASE_CIRCLECI_TYPE: linux
      LD_RELEASE_BRANCH: "master"
      LD_RELEASE_CIRCLECI_BRANCH: ""
      LD_RELEASE_DOCS_GITHUB_PAGES: "1"
      LD_RELEASE_DOCS_TITLE: ""
      LD_RELEASE_PROJECT: "ruby-server-sdk"
      LD_RELEASE_PROJECT_TEMPLATE: "ruby"
      LD_RELEASE_VERSION: "6.0.0"
      LD_SKIP_DATABASE_TESTS: "1"
    steps:
      - checkout
      - run:
          name: "Releaser: build"
          command: .ldrelease/circleci/mac/execute.sh build .ldrelease/circleci/template/build.sh
      - run:
          name: "Releaser: test"
          command: .ldrelease/circleci/mac/execute.sh test .ldrelease/circleci/template/test.sh
      - run:
          name: "Releaser: build-docs"
          command: .ldrelease/circleci/mac/execute.sh build-docs .ldrelease/build-docs.sh
      - run:
          name: "Releaser: publish"
          command: .ldrelease/circleci/mac/execute.sh publish .ldrelease/circleci/template/publish.sh
      - store_artifacts:
          path: artifacts

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
launchdarkly-server-sdk-6.0.0 .circleci/config.yml