Skip to content

Commit

Permalink
remove the decompressed file from artifactrs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Patlola committed Jul 8, 2020
1 parent fe3c149 commit 196c17d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ build:
cwd: scraper/scripts
- script:
name: Copy artifacts
code: cp scraper/scripts/data/* $WERCKER_REPORT_ARTIFACTS_DIR/
code: cp `ls | egrep -v '^by-bank.tar$'` $WERCKER_REPORT_ARTIFACTS_DIR/
cwd: scraper/scripts/data

# This is the ruby gem that we have
rubygem:
box: ruby
Expand Down

0 comments on commit 196c17d

Please sign in to comment.