From 02d462515a1df812690fc1021b4b50e71574d0d6 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 16 Jan 2024 10:33:29 +0100 Subject: [PATCH] ci(buildkite): remove unrequired script (#223) --- .buildkite/hooks/post-command | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 .buildkite/hooks/post-command diff --git a/.buildkite/hooks/post-command b/.buildkite/hooks/post-command deleted file mode 100755 index 843d49e..0000000 --- a/.buildkite/hooks/post-command +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash -## This script reverts the Vault context for the release and snapshot pipelines. -## -## NOTE: *_SECRET or *_TOKEN env variables are masked, hence if you'd like to avoid any -## surprises please use the suffix _SECRET or _TOKEN for those values that contain -## any sensitive data. Buildkite can mask those values automatically - -set -euo pipefail - -VAULT_TOKEN=$PREVIOUS_VAULT_TOKEN -export VAULT_TOKEN