probo icon indicating copy to clipboard operation
probo copied to clipboard

Remove $SRC_DIR so cached builds have files from latest commit

Open sk33lz opened this issue 5 years ago • 1 comments

sk33lz avatar May 01 '19 21:05 sk33lz

@sk33lz Submitted https://github.com/ProboCI/probo/pull/159.

Did this across all the source code downloader tasks. We discussed moving it to a higher level abstraction like "SourceCodeDownloader".

I figured because there's already duplication (these lines appear across all downloaders: https://github.com/ProboCI/probo/blob/master/lib/plugins/TaskRunner/BitbucketDownloader.js#L91-L92) that the work to move the downloader setup to an abstraction should probably be left for another PR.

Auspicus avatar May 03 '19 15:05 Auspicus