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

Commit

Permalink
Merge pull request #12 from Stratio/remove_cat
Browse files Browse the repository at this point in the history
remove cat from offline universe generation
  • Loading branch information
aalfonso-stratio authored Oct 27, 2016
2 parents 7228ef7 + f833948 commit 881c361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ BASEDIR=`dirname $0`/..
VERSION=`cat $BASEDIR/VERSION`

cd docker/local-universe && make base && make local-universe 2>&1 | tee /tmp/mesos_offline_universe_generation
cat /tmp/mesos_offline_universe_generation
if [[ ! -z `cat /tmp/mesos_offline_universe_generation | grep "These packages are not included in the image"` ]]; then
exit -1
fi
Expand Down

0 comments on commit 881c361

Please sign in to comment.