Skip to content

Commit

Permalink
test: try master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Jul 3, 2024
1 parent 3989778 commit 539c509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pipeline {
sh """make install"""
sh """make build"""
sh """set -o pipefail; yarn bundlewatch --config .bundlewatch.config.json 2>&1 | tee checkresult2.txt"""
sh """export OLD_SIZE=$(du build/public/static/js/ | awk '{print $1}')
sh """export OLD_SIZE=$(du build/public/static/js/ | awk '{print $1}')"""
sh """diff checkresult.txt checkresult2.txt"""
sh """echo "$NEW_SIZE $OLD_SIZE" """

Expand Down

0 comments on commit 539c509

Please sign in to comment.