Skip to content

Commit

Permalink
DOC: Add v1.61.0 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanand0 committed Jul 1, 2020
1 parent a1867d7 commit 6425336
Show file tree
Hide file tree
Showing 58 changed files with 915 additions and 549 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Expand Up @@ -20,13 +20,13 @@ TODO
# Don't commit data files
*.csv
*.xls*

*.ppt*

# ... but there are exceptions
!formhandler/input.pptx
!formhandler/flags.csv
!pptxhandler/v1/examples-input.pptx
!pptxhandler/v1/sales.csv
!pptxhandler/v1/treemap.csv
!pptxhandler/**/*.ppt*
!pptxhandler/**/*.csv

# Don't commit ZIP files
*.7z
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
@@ -1,6 +1,6 @@
# Deploy the dev / master branches on gramener.com
deploy-gramener:
only: [dev, master, deploy]
only: [dev, master]
script:
- 'ssh ubuntu@gramener.com "
cd /mnt/gramener/apps/v1/guide;
Expand Down

0 comments on commit 6425336

Please sign in to comment.