From f1feda6943d5e2eff81d6b89401fe320922ce41d Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Mon, 28 Jun 2021 14:39:07 -0400 Subject: [PATCH] build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5c02b0..bd03a39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build_project: - xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary | xcpretty artifacts: paths: - - RemoteViewFramework/** + - MVMCore/** expire_in: 1 week only: - branches