From 3e90bb794b9dca632af127c88755de9260926ca2 Mon Sep 17 00:00:00 2001 From: Jennifer Mankoff <jmankoff@cs.washington.edu> Date: Mon, 5 Dec 2022 12:16:41 -0800 Subject: [PATCH] updated gitlab to remove "refs:" --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f4cfbc9..ef7119b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,8 +34,7 @@ build_production: course: csep590a source_path: public only: - refs: - - CSEP590a-23WI + - CSEP590a-23WI artifacts: paths: - public/ -- GitLab