Skip to content

Commit

Permalink
missed distDocker
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr committed Apr 18, 2018
1 parent 7557766 commit c26a82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vagrant/Vagrantfile
Expand Up @@ -125,7 +125,7 @@ Vagrant.configure('2') do |config|
# Build OpenWhisk using gradle
echo "`date`: build-core-start" >> /tmp/vagrant-times.txt
cd ${OPENWHISK_HOME}
su vagrant -c './gradlew :core:controller:distDocker :core:invoker:distDocker :actionRuntimes:nodejs6Action'
su vagrant -c './gradlew :core:controller:distDocker :core:invoker:distDocker :actionRuntimes:nodejs6Action:distDocker'
echo "`date`: build-core-end" >> /tmp/vagrant-times.txt
# Clone and Build CLI
Expand Down

0 comments on commit c26a82a

Please sign in to comment.