Skip to content
Snippets Groups Projects
Commit 3c51b6f7 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Set higher precedence for .buildconf file in image directory"

parents 8d66ded6 e07d274a
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ Options:
EOF
}
[ -f $IMGDIR/.buildconf ] && . $IMGDIR/.buildconf
[ -f $TOPDIR/.buildconf ] && . $TOPDIR/.buildconf
[ -f $IMGDIR/.buildconf ] && . $IMGDIR/.buildconf
ARGS=$(getopt -o 'n:t:pN' -l help,namespace:,push,release,tag:,no-cache -- "$@") || { usage >&2; exit 2; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment