From cd6401e65bdd14d2086b369846e6be28db688f21 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Wed, 14 Oct 2020 23:32:57 +0200 Subject: [PATCH] Remove largely unused prerelease and commit hash logic from circleci config. --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index daefe4472..993fbd133 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,12 +35,6 @@ defaults: # -------------------------------------------------------------------------- # Build Templates - - setup_prerelease_commit_hash: &setup_prerelease_commit_hash - name: Store commit hash and prerelease - command: | - if [ "$CIRCLE_BRANCH" = release -o -n "$CIRCLE_TAG" ]; then echo -n > prerelease.txt; else date -u +"nightly.%Y.%-m.%-d" > prerelease.txt; fi - echo -n "$CIRCLE_SHA1" > commit_hash.txt - - run_build: &run_build name: Build command: scripts/ci/build.sh @@ -526,7 +520,6 @@ jobs: MAKEFLAGS: -j 3 steps: - checkout - - run: *setup_prerelease_commit_hash - run: *run_build_ossfuzz - persist_to_workspace: *artifacts_executables_ossfuzz @@ -668,7 +661,6 @@ jobs: - image: << pipeline.parameters.ubuntu-2004-docker-image >> steps: - checkout - - run: *setup_prerelease_commit_hash - run: name: Build documentation command: ./scripts/docs.sh