Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 2404aa4

Browse files
committed
test: fix spread container names
1 parent 9cd02ed commit 2404aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spread.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ backends:
99
lxd:
1010
type: adhoc
1111
allocate: |
12-
CONTAINER_NAME="${oxidizr-${SPREAD_SYSTEM/./-}-${RANDOM}}"
12+
CONTAINER_NAME="oxidizr-${SPREAD_SYSTEM/./-}-${RANDOM}"
1313
1414
lxc launch \
1515
"${SPREAD_SYSTEM/-/:}" \

0 commit comments

Comments
 (0)