We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5feb7c1 + 5d78118 commit b6c6f41Copy full SHA for b6c6f41
packer/linux/conf/buildkite-agent/hooks/environment
@@ -125,7 +125,7 @@ if [[ "${DOCKER_USERNS_REMAP:-false}" == "false" ]] ; then
125
# => "my-pipeline"
126
127
# 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}'..."
+ echo "~~~ Fixing permissions for '${AGENT_DIR}/${ORG_DIR}/${PIPELINE_DIR}'..."
129
sudo /usr/bin/fix-buildkite-agent-builds-permissions "${AGENT_DIR}" "${ORG_DIR}" "${PIPELINE_DIR}"
130
echo
131
fi
0 commit comments