diff --git a/.circleci/config.yml b/.circleci/config.yml index 8a1b5456c..edd87a19d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -137,10 +137,6 @@ jobs: working_directory: integration_tests environment: TESTING: "true" - - run: - name: "Make sure simple command do not cause any timeout" - command: circleci version - test: executor: go steps: @@ -382,14 +378,12 @@ workflows: - devex-release - deploy: requires: - - cucumber - test - test_mac - coverage - lint - deploy-test - shellcheck/check - - vulnerability-scan filters: branches: only: main diff --git a/Makefile b/Makefile index a51a58c4a..604d50148 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GOOS=$(shell go env GOOS) GOARCH=$(shell go env GOARCH) build: always - go build -o build/$(GOOS)/$(GOARCH)/circleci -ldflags='-X github.com/CircleCI-Public/circleci-cli/telemetry.SegmentEndpoint=https://api.segment.io' + go build -o build/$(GOOS)/$(GOARCH)/circleci build-all: build/linux/amd64/circleci build/darwin/amd64/circleci diff --git a/README.md b/README.md index b57b73873..a955cff70 100644 --- a/README.md +++ b/README.md @@ -180,20 +180,6 @@ Please see the [documentation](https://circleci-public.github.io/circleci-cli) o ## Server compatibility -| Functionality | Impacted commands | Change description | Compatibility with Server | -| --- | --- | --- | --- | -| Config compilation and validation |