]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
build-with-container: ensure npm dir is set up before configure
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 28 Aug 2025 23:39:06 +0000 (19:39 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 3 Sep 2025 20:00:16 +0000 (16:00 -0400)
commit79166af192ea0b4b982b56ce521516d5a29e7a0d
tree232a533541f54ffa40a93fb8d6c7273a80aabdc3
parent1dbedbd7fcf0737881b7161e5f0d0010d6ddfe6d
build-with-container: ensure npm dir is set up before configure

When the npm cache path option is passed the npm cache dir is passed
to all container `run` commands, ensure the dir has been created
before the first container command (configure) is used.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/script/build-with-container.py