mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Enable profiler for image filenames in action.yml
This commit is contained in:
@@ -53,6 +53,7 @@ runs:
|
||||
EOF
|
||||
[[ -n ${CERTPATH} ]] && echo "certDataPath: ${CERTPATH}" >> dlrouter-${FILENAME}.yaml
|
||||
[[ -n ${PORT} ]] && echo "bind: ':${PORT}'" >> dlrouter-${FILENAME}.yaml
|
||||
[[ ${FILENAME} == *images* ]] && echo "enableProfiler: true" >> dlrouter-${FILENAME}.yaml
|
||||
cat <<- EOF >> dlrouter-${FILENAME}.yaml
|
||||
|
||||
# Reload authorization key
|
||||
|
||||
Reference in New Issue
Block a user