Skip to content

Commit

Permalink
Fix outdated pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimver committed Oct 18, 2018
1 parent e4c2df0 commit c267106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -ex
main() {
if [ $TARGET = 'snap' ]
then
docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft sh -c "apt-get update && snapcraft"
docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft sh -c "apt-get update && snapcraft clean cat-say -s pull && snapcraft"
return
fi

Expand Down

0 comments on commit c267106

Please sign in to comment.