Skip to content

Commit c701a0b

Browse files
committed
ci: update default flux-security version to v0.8.0
Problem: The default FLUX_SECURITY_VERSION used in docker-run-checks.sh is v0.7.0, but there is v0.8.0 version of flux-security that should be used in testing. Update the default FLUX_SECURITY_VERSION to 0.8.0.
1 parent 5d16c22 commit c701a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/docker/docker-run-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ JOBS=2
1616
MOUNT_HOME_ARGS="--volume=$HOME:/home/$USER -e HOME"
1717

1818
if test "$PROJECT" = "flux-core"; then
19-
FLUX_SECURITY_VERSION=0.7.0
19+
FLUX_SECURITY_VERSION=0.8.0
2020
POISON=t
2121
fi
2222

0 commit comments

Comments
 (0)