We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3c4e4 commit c192dbaCopy full SHA for c192dba
test/test.sh
@@ -11,7 +11,7 @@ REPOS=xcp-emu-manager
11
CONTAINER_NAME=${CONTAINER_NAME:-build-env}
12
13
for REPO in ${REPOS}; do
14
- REPO_PATH=/tmp/"$REPO"
+ REPO_PATH=$(mktemp --directory --tmpdir xcp-buildenv-test.XXXXXX)
15
trap "rm -rf '$REPO_PATH'" EXIT
16
git clone --branch "$TARGET_XCP_NG_VERSION" https://github.com/xcp-ng-rpms/"$REPO" "$REPO_PATH"
17
0 commit comments