bootstrap: only output message where actually applicable
Gbp-Dch: Ignore Closes: #952848
This commit is contained in:
parent
849873daca
commit
769cf6e7b7
|
@ -33,13 +33,13 @@ do
|
|||
then
|
||||
case "${1}" in
|
||||
restore)
|
||||
Echo_message "Restoring bootstrap stage from cache..."
|
||||
|
||||
# Checking stage file
|
||||
Check_stagefile .build/bootstrap_cache.restore
|
||||
|
||||
if [ -d cache/bootstrap ]
|
||||
then
|
||||
Echo_message "Restoring bootstrap stage from cache..."
|
||||
|
||||
# Checking lock file
|
||||
Check_lockfile .lock
|
||||
|
||||
|
|
Loading…
Reference in New Issue