Skip to content

Commit b6c6f41

Browse files
authored
Merge pull request #965 from buildkite/keithduncan/quieten-fix-permissions-header
Quieten Fixing permissions header log group
2 parents 5feb7c1 + 5d78118 commit b6c6f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/linux/conf/buildkite-agent/hooks/environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [[ "${DOCKER_USERNS_REMAP:-false}" == "false" ]] ; then
125125
# => "my-pipeline"
126126

127127
# Now we can pass this to the sudo script which will validate it before safely chmodding:
128-
echo "--- Fixing permissions for '${AGENT_DIR}/${ORG_DIR}/${PIPELINE_DIR}'..."
128+
echo "~~~ Fixing permissions for '${AGENT_DIR}/${ORG_DIR}/${PIPELINE_DIR}'..."
129129
sudo /usr/bin/fix-buildkite-agent-builds-permissions "${AGENT_DIR}" "${ORG_DIR}" "${PIPELINE_DIR}"
130130
echo
131131
fi

0 commit comments

Comments
 (0)