builder: Add a initialization step
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-03 23:19:43 +00:00
parent 3ba23f708f
commit 5deb5b4e03
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,10 @@ source "$ME/scripts/devfs.sh"
# shellcheck source=./scripts/deps.sh
source "$ME/scripts/deps.sh"
# -----------------------------------------------------------------------------
# Initialization
# -----------------------------------------------------------------------------
mkdir -p "$DEPS_BUILD_DIR"
# -----------------------------------------------------------------------------
# Helper functions