From 2b3417558ab8fe4a676e79c4f450c4ed6f8aefb4 Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Mon, 28 Feb 2022 14:00:33 -0600 Subject: [PATCH] hopefully the last dumb mistake --- .gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index b0ced4e56..1e5dba8fd 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -517,7 +517,7 @@ s3 dump tag: cp NOTICE install/featurebase.conf install/featurebase.*.service ${dir}/ tar cvzf ${dir}.tar.gz ${dir} aws s3 cp ${dir} s3://${LOCATION}/${CI_COMMIT_TAG}/ --recursive - aws s3 cp ${dir}.tar.gz s3://${LOCATION}/${CI_COMMIT_TAG}/ --recursive + aws s3 cp ${dir}.tar.gz s3://${LOCATION}/${CI_COMMIT_TAG}/ done done