Skip to content

Commit fc96f3c

Browse files
s1monwbrusic
authored andcommitted
run mvn clean before smoketesting
1 parent 2c43b30 commit fc96f3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-tools/build_release.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ def download_and_verify(release, files, plugins=None, base_url='https://download
338338
print(' Verifying checksum %s' % (checksum_file))
339339
run('cd %s && sha1sum -c %s' % (tmp_dir, os.path.basename(checksum_file)))
340340
smoke_test_release(release, downloaded_files, get_tag_hash('v%s' % release), plugins)
341+
print(' SUCCESS')
341342
finally:
342343
shutil.rmtree(tmp_dir)
343344

@@ -570,6 +571,7 @@ def check_s3_credentials():
570571
run('git branch -D %s' % (release_branch(release_version)))
571572
else:
572573
print("Skipping build - smoketest only against version %s" % smoke_test_version)
574+
run_mvn('clean') # clean the env!
573575

574576
if smoke_test_version:
575577
fetch(remote)

0 commit comments

Comments
 (0)