Build/CI: Make integration-tests depend on initialize (#40782)

* Make integration tests depend on initialize

* Reorder steps for better visualisation
This commit is contained in:
Dimitris Sotirakis
2021-10-21 23:28:57 +03:00
committed by GitHub
parent 8b6a07a313
commit 624d7631e6
6 changed files with 250 additions and 290 deletions

View File

@@ -153,7 +153,7 @@ clean: ## Clean up intermediate build artifacts.
# This repository's configuration is protected (https://readme.drone.io/signature/).
# Use this make target to regenerate the configuration YAML files when
# you modify starlark files.
drone:
drone: $(DRONE)
@if [ "$(DRONE_VERSION)" != "1.4.0" ]; then\
echo "WARN: You are using drone-cli ${DRONE_VERSION}. Please update your LOCAL version to 1.4.0. Using latest bingo version...";\
fi