Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #890 from Hakuyume/remove-unzip-from-pfnci
Browse files Browse the repository at this point in the history
Stop installing unzip in pfnCI
  • Loading branch information
yuyu2172 authored Jun 12, 2019
2 parents dcce9fc + f57dfcf commit 4ec1314
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pfnci/examples_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -eux

. $(dirname $0)/common.sh

apt-get install -y --no-install-recommends unzip
for ZIP in datasets-tiny.zip models.zip
do
gsutil -q cp gs://chainercv-pfn-public-ci/${ZIP} .
Expand Down
1 change: 0 additions & 1 deletion .pfnci/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -eux

. $(dirname $0)/common.sh

apt-get install -y --no-install-recommends unzip
for ZIP in datasets-tiny.zip models.zip
do
gsutil -q cp gs://chainercv-pfn-public-ci/${ZIP} .
Expand Down

0 comments on commit 4ec1314

Please sign in to comment.