diff --git a/.circleci/config.yml b/.circleci/config.yml index 2db1ce6b8..0045cc83a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,21 +102,6 @@ workflows: requires: - lint - # publish: - # jobs: - - # - publish_docker_hub: - # requires: - # - docker_build_server - # - docker_build_webhook_service - # - docker_build_file_import_service - # - docker_build_preview_service - # - docker_build_frontend - - # - publish_helm_chart: - # requires: - # - publish_docker_hub - jobs: lint: docker: &docker-image @@ -227,10 +212,6 @@ jobs: - checkout - run: node --version - # publish_docker_hub: - # context: - # - docker_hub - publish_helm_chart: docker: *docker-image # context: @@ -239,6 +220,7 @@ jobs: - add_ssh_keys: fingerprints: - '18:74:c4:b9:dc:66:b2:66:1d:81:56:0d:0a:87:9b:b1' + - run: pwd - run: name: Publish Helm Chart command: ./.circleci/publish_helm_chart.sh diff --git a/.circleci/publish_helm_chart.sh b/.circleci/publish_helm_chart.sh index 84eeb3557..e4c77b3ae 100755 --- a/.circleci/publish_helm_chart.sh +++ b/.circleci/publish_helm_chart.sh @@ -22,4 +22,4 @@ cd ~/helm git add . git commit -m "CircleCI commit" -git push +# git push