Compare commits

...

2 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
75efb47a97 Release 1.12.2 2020-04-04 22:28:01 -04:00
Jose Diaz-Gonzalez
3d4258c794 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 redis service plugin"
version = "1.12.1"
version = "1.12.2"
[plugin.config]