Skip to content

Commit

Permalink
Update verify.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Aug 15, 2019
1 parent cdbb720 commit f558f6c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,4 +4,4 @@ assert new File(basedir, 'node_modules/less/package.json').exists() : "Less depe

String buildLog = new File(basedir, 'build.log').text
assert buildLog.contains('BUILD SUCCESS') : 'build was not successful'
assert buildLog.replace(File.separatorChar, '/' as char).matches('(?s).+Unpacking .+\\Q/local-repo/com/github/eirslett/yarn/1.6.0/yarn-1.6.0.tar.gz\\E into .+/target/node/yarn.+') : 'incorrect local repository location'
assert buildLog.replace(File.separatorChar, '/' as char).matches('(?s).+Unpacking .+\\Q/local-repo/com/github/eirslett/yarn/[1-9\.]*/yarn-[1-9\.]*.tar.gz\\E into .+/target/node/yarn.+') : 'incorrect local repository location'

0 comments on commit f558f6c

Please sign in to comment.