Compare commits

...

2 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
ea5c07b867 Release 1.11.2 2020-04-04 22:27:54 -04:00
Jose Diaz-Gonzalez
5a3e19701d fix: store the correct path 2020-04-04 22:25:11 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ jobs:
path: tmp/test-results
destination: test-results
- store_test_results:
path: test-results
path: tmp/test-results
build-version:
environment:
@@ -58,7 +58,7 @@ jobs:
path: tmp/test-results
destination: test-results
- store_test_results:
path: test-results
path: tmp/test-results
workflows:
version: 2

View File

@@ -1,4 +1,4 @@
[plugin]
description = "dokku postgres service plugin"
version = "1.11.1"
version = "1.11.2"
[plugin.config]