Skip to content

Commit

Permalink
resolve before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktron95 committed Feb 14, 2021
1 parent f7d9014 commit bd7acb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#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`.
- [#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`.
- Fixes [#97](https://github.com/meltwater/drone-cache/issues/97).
[#89](https://github.com/meltwater/drone-cache/pull/89) Add Azure Storage Backend.
[#84](https://github.com/meltwater/drone-cache/pull/84) Adds compression level option.
[#77](https://github.com/meltwater/drone-cache/pull/77) Adds a new hidden CLI flag to be used for tests.
[#73](https://github.com/meltwater/drone-cache/pull/73) Add Google Cloud storage support
[#68](https://github.com/meltwater/drone-cache/pull/68) Introduces new storage backend, sFTP.
[#89](https://github.com/meltwater/drone-cache/pull/89) Add Azure Storage Backend.
[#84](https://github.com/meltwater/drone-cache/pull/84) Adds compression level option.
[#77](https://github.com/meltwater/drone-cache/pull/77) Adds a new hidden CLI flag to be used for tests.
[#73](https://github.com/meltwater/drone-cache/pull/73) Add Google Cloud storage support
[#68](https://github.com/meltwater/drone-cache/pull/68) Introduces new storage backend, sFTP.

### Changed

Expand Down
3 changes: 1 addition & 2 deletions archive/gzip/gzip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestCreate(t *testing.T) {
name: "non-existing mount paths",
tgz: New(log.NewNopLogger(), testRootMounted, true, flate.DefaultCompression),
srcs: []string{
"idonotexist",
"iamnotexists",
"metoo",
},
written: 0,
Expand Down Expand Up @@ -119,7 +119,6 @@ func TestCreate(t *testing.T) {
return
}

// Test
for _, src := range absSrcs {
test.Ok(t, os.RemoveAll(src))
}
Expand Down

0 comments on commit bd7acb0

Please sign in to comment.