Skip to content

Commit 9e565ce

Browse files
committed
Do not pull the carpet under ourselves on release.
1 parent b55a637 commit 9e565ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func main() {
7272
"DOCKERNAMESPACE": "arangodb",
7373
"DOCKERTAG": version,
7474
}
75-
make("clean", envVars)
75+
//make("clean", envVars)
7676
make("build", envVars)
7777
createSHA256Sums()
7878
make("docker", envVars)

0 commit comments

Comments
 (0)