Skip to content

Commit c035d6e

Browse files
committed
fix(ci/cd): add missing mkdir
1 parent 0b880ea commit c035d6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/create-vendor-tarball.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env bash
2-
# 2025053001
2+
# 2025060201
33

44
set -e -o pipefail -u -x
55

66
echo "✅ Create vendor tarball"
77

88
mkdir --parent $LFMP_DIR_REPOS/vendor
9+
mkdir --parent $LFMP_DIR_SOURCES
910

1011
$LFMP_PYTHON -m pip download \
1112
--dest $LFMP_DIR_REPOS/vendor \

0 commit comments

Comments
 (0)