3 Commits

Author SHA1 Message Date
grachevko 19440d56a6 ci: ignore .drone.yml
continuous-integration/drone/push Build is passing
2023-03-01 23:40:14 +03:00
grachevko b4fe1239b5 refactor: print debug as yaml 2023-03-01 23:39:53 +03:00
grachevko 98d893e74b feat: add debug 2023-03-01 22:04:37 +03:00
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -27,3 +27,6 @@ starter/
gcloud_auth_key.json
create.sh
README.md
# Ci
.drone.yml
+3
View File
@@ -0,0 +1,3 @@
{{- define "common.dd" -}}
{{- . | toYaml | fail }}
{{- end -}}