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