From e10b93c06c32aea484eaa09389c3cd4ac8ffedbc Mon Sep 17 00:00:00 2001 From: Anna Scholtz Date: Wed, 7 Feb 2024 10:08:56 -0800 Subject: [PATCH] fix typo in CI (#4983) Typo in circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 765926ac28..4019ba0102 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -464,7 +464,7 @@ jobs: cp -r /tmp/workspace/generated-sql/dags dags git add . git commit -m "Auto-push due to change on main branch [ci skip]" \ - && git tag c-${CIRCLE_SHA1:0:9} + && git tag c-${CIRCLE_SHA1:0:9} \ && git push \ || echo "Skipping push since it looks like there were no changes" sync-dags-repo: