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: