mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
update check
This commit is contained in:
@@ -39,7 +39,7 @@ echo Found build $DIRNAME
|
||||
trap "echo Found surprising number of tarballs." EXIT
|
||||
# Check to make sure the proper number of each kind of file is there.
|
||||
aws s3 ls s3://com.meteor.jenkins/$DIRNAME/ | \
|
||||
perl -nle 'if (/\.tar\.gz/) { ++$TAR } else { die "something weird" } END { exit !($TAR == 3) }'
|
||||
perl -nle 'if (/\.tar\.gz/) { ++$TAR } else { die "something weird" } END { exit !($TAR == 4) }'
|
||||
|
||||
trap - EXIT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user