From 08a36ea653906faf169ee757baef27eb5885b01a Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 23 Nov 2021 18:19:37 -0500 Subject: Nexus retirement CI job clean up - Remove nexus configuration parameters from CI jobs for active FD.io projects - Convert HICN docs jobs to use S3 storage Change-Id: Ida00b6448926567e0245b4988597113bfea0bd84 Signed-off-by: Dave Wallace --- jjb/scripts/hicn/checkstyle.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jjb/scripts/hicn/checkstyle.sh (limited to 'jjb/scripts/hicn/checkstyle.sh') diff --git a/jjb/scripts/hicn/checkstyle.sh b/jjb/scripts/hicn/checkstyle.sh new file mode 100644 index 000000000..636590e7a --- /dev/null +++ b/jjb/scripts/hicn/checkstyle.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +if [ -f ./scripts/checkstyle.sh ];then + bash scripts/checkstyle.sh +else + echo "Cannot find scripts/checkstyle.sh - skipping checkstyle" +fi -- cgit 1.2.3-korg