From a358653da369f60d3ea001e30ab0e3bc0a72c241 Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Mon, 28 Feb 2022 12:14:17 -0600 Subject: [PATCH] forgot the dones --- .gitlab/.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index ddd89632e..3e6cfaa6f 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -517,6 +517,9 @@ s3 dump tag: cp NOTICE install/featurebase.conf install/featurebase.*.service ${dir}/ tar cvzf ${dir}.tar.gz ${dir} aws s3 cp --recursive ${dir}* s3://${LOCATION}/${CI_COMMIT_TAG}/ + done + done + needs: - job: build for darwin amd64 - job: build for darwin arm64