comment cleanup
This commit is contained in:
+1
-19
@@ -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
|
||||
|
||||
@@ -22,4 +22,4 @@ cd ~/helm
|
||||
|
||||
git add .
|
||||
git commit -m "CircleCI commit"
|
||||
git push
|
||||
# git push
|
||||
|
||||
Reference in New Issue
Block a user