From b591bfc2a290ab1d7f9c393e6d59cda20fe89f09 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 6 Oct 2023 22:23:00 -0700 Subject: [PATCH] Fixing pipeline --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 751d40c..ed77e45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,8 +41,6 @@ deploy-to-s3: before_script: - bash ci/verify-aws-fields.sh script: - # Check to make sure the website bucket is present - - aws s3 ls | grep temper.tv - # Next we can upload the content to the bucket itself + # Upload the content to the bucket itself - cd main-site/ && aws s3 cp public s3://temper.tv/ --recursive