comment cleanup

This commit is contained in:
Gergő Jedlicska
2022-03-29 10:50:31 +02:00
parent 8886624213
commit d49dbeff10
2 changed files with 2 additions and 20 deletions
+1 -19
View File
@@ -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
+1 -1
View File
@@ -22,4 +22,4 @@ cd ~/helm
git add .
git commit -m "CircleCI commit"
git push
# git push