Skip to content

Commit

Permalink
ci: update default flux-security version to v0.8.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
grondo committed May 8, 2023
1 parent 00103ff commit 10ea221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/docker/docker-run-checks.sh
Expand Up @@ -16,7 +16,7 @@ JOBS=2
MOUNT_HOME_ARGS="--volume=$HOME:/home/$USER -e HOME"

if test "$PROJECT" = "flux-core"; then
FLUX_SECURITY_VERSION=0.7.0
FLUX_SECURITY_VERSION=0.8.0
POISON=t
fi

Expand Down

0 comments on commit 10ea221

Please sign in to comment.