Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collapse buildkite log group by default #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hooks/environment
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
# shellcheck source=lib/shared.bash
. "$DIR/../lib/shared.bash"

echo "--- :aws::key: Reading secrets from AWS SM"
echo "~~~ :aws::key: Reading secrets from AWS SM"

load_secret_into_env() {
local export_name="$1"
Expand Down
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function aws() {

assert_success
expected_output=$(printf '%s\n%s\n\n\n%s\n%s\n%s\n' \
"--- :aws::key: Reading secrets from AWS SM" \
"~~~ :aws::key: Reading secrets from AWS SM" \
"Reading all environment variables from ${SECRET_ID10} in AWS SM" \
"Setting environment variable BEFORE" \
"Setting environment variable MULTILINE" \
Expand Down