Skip to content

Commit

Permalink
WIP - Add fips tag
Browse files Browse the repository at this point in the history
Signed-off-by: Umayr Shahid <umayr.shahid@gmail.com>
  • Loading branch information
umayr committed May 11, 2017
1 parent 847a5b8 commit 937c6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/circle_parallelism.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e
case $CIRCLE_NODE_INDEX in
0) docker run --rm -e NOTARY_BUILDTAGS=pkcs11 --env-file buildscripts/env.list --user notary notary_client bash -c "make ci && codecov"
0) docker run --rm -e NOTARY_BUILDTAGS="'pkcs11 fips'" --env-file buildscripts/env.list --user notary notary_client bash -c "make ci && codecov"
;;
1) docker run --rm -e NOTARY_BUILDTAGS=none --env-file buildscripts/env.list --user notary notary_client bash -c "make ci && codecov"
;;
Expand Down

0 comments on commit 937c6ba

Please sign in to comment.