Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit bd7acb0

Browse files
committed
resolve before merge
1 parent f7d9014 commit bd7acb0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- [#86](https://github.com/meltwater/drone-cache/pull/86) Add backend operation timeout option that cancels request if they take longer than given duration. `BACKEND_OPERATION_TIMEOUT`, `backend.operation-timeot`. Default value is `3 minutes`.
2222
- [#86](https://github.com/meltwater/drone-cache/pull/86) Customize the cache key in the path. Adds a new `remote_root` option to customize it. Defaults to `repo.name`.
2323
- Fixes [#97](https://github.com/meltwater/drone-cache/issues/97).
24-
[#89](https://github.com/meltwater/drone-cache/pull/89) Add Azure Storage Backend.
25-
[#84](https://github.com/meltwater/drone-cache/pull/84) Adds compression level option.
26-
[#77](https://github.com/meltwater/drone-cache/pull/77) Adds a new hidden CLI flag to be used for tests.
27-
[#73](https://github.com/meltwater/drone-cache/pull/73) Add Google Cloud storage support
28-
[#68](https://github.com/meltwater/drone-cache/pull/68) Introduces new storage backend, sFTP.
24+
[#89](https://github.com/meltwater/drone-cache/pull/89) Add Azure Storage Backend.
25+
[#84](https://github.com/meltwater/drone-cache/pull/84) Adds compression level option.
26+
[#77](https://github.com/meltwater/drone-cache/pull/77) Adds a new hidden CLI flag to be used for tests.
27+
[#73](https://github.com/meltwater/drone-cache/pull/73) Add Google Cloud storage support
28+
[#68](https://github.com/meltwater/drone-cache/pull/68) Introduces new storage backend, sFTP.
2929

3030
### Changed
3131

archive/gzip/gzip_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestCreate(t *testing.T) {
5454
name: "non-existing mount paths",
5555
tgz: New(log.NewNopLogger(), testRootMounted, true, flate.DefaultCompression),
5656
srcs: []string{
57-
"idonotexist",
57+
"iamnotexists",
5858
"metoo",
5959
},
6060
written: 0,
@@ -119,7 +119,6 @@ func TestCreate(t *testing.T) {
119119
return
120120
}
121121

122-
// Test
123122
for _, src := range absSrcs {
124123
test.Ok(t, os.RemoveAll(src))
125124
}

0 commit comments

Comments
 (0)