Skip to content

Commit

Permalink
fixes 949711 - build analysis before syncing folder to build artifact
Browse files Browse the repository at this point in the history
For real this time. We fixed that symlink on jenkins.
  • Loading branch information
lonnen committed Dec 13, 2013
1 parent 8b5df1b commit 6a1e4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Expand Up @@ -71,7 +71,7 @@ if [ "$1" != "leeroy" ]
then
# package socorro.tar.gz for distribution
mkdir builds/
make install PREFIX=builds/socorro
make analysis
make install PREFIX=builds/socorro
tar -C builds --mode 755 --exclude-vcs --owner 0 --group 0 -zcf socorro.tar.gz socorro/
fi

0 comments on commit 6a1e4cb

Please sign in to comment.