Skip to content

Commit 1ef4ab1

Browse files
obnoxxxphlogistonjohn
authored andcommitted
tests: prepare fixing test-server CI workflows
the TAG variables handling was messed up between the workflow file and the test script(s), causing the test-server CI checks to fail. This change prepares fixing the test runs from the worflow file by stopping the server image test script from wrongly rewriting the LOCAL_TAG variable Signed-off-by: Michael Adam <[email protected]>
1 parent b3f5062 commit 1ef4ab1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test-samba-container.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
LOCAL_TAG="${LOCAL_TAG:-samba-server:latest}"
43

54
if [ -z "${CONTAINER_CMD}" ]; then
65
CONTAINER_CMD=$(command -v docker || echo "")

0 commit comments

Comments
 (0)