diff --git a/Jenkinsfile b/Jenkinsfile index cac3092..4662c8c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,6 +18,5 @@ DefaultPipeline({ } runSmokeTest = false runUnitTest = false - runSmokeTest = false releaseArgs = { params -> "-f docker/Dockerfile ." } }) \ No newline at end of file diff --git a/src/app/components/Jobs.tsx b/src/app/components/Jobs.tsx index a9427e5..ca05ab0 100644 --- a/src/app/components/Jobs.tsx +++ b/src/app/components/Jobs.tsx @@ -1,4 +1,4 @@ -import {ArrowLeftIcon, ExternalLinkIcon, MapPinIcon, MoveRightIcon, SquareArrowOutUpRightIcon} from "lucide-react"; +import {MapPinIcon, MoveRightIcon} from "lucide-react"; import {notNil} from "../../utils"; type Job = {