The problem might also be the comma space separating dev,
On 17 Apr 2015 8:10 am, "okram" <nirish.ok...@gmail.com> wrote:

> Is this is a limitation in capistrano that, i cannot seem to be able to
> create a Stage call, test or testing?.. I am trying to create 4 stages:
> dev, test, staging & production.. The last 2 were auto created by the
> command, "bundle exec cap install" itself.
>
>
> [root@localhost testapp1]# bundle exec cap install STAGES=dev, testing
> mkdir -p config/deploy
> [skip] config/deploy.rb already exists
> create config/deploy/dev.rb
> mkdir -p lib/capistrano/tasks
> [skip] Capfile already exists
> Capified
> (Backtrace restricted to imported tasks)
> cap aborted!
> Don't know how to build task 'testing'
>
> (See full trace by running task with --trace)
> [root@localhost testapp1]# bundle exec cap install STAGES=dev, test
> mkdir -p config/deploy
> [skip] config/deploy.rb already exists
> [skip] config/deploy/dev.rb already exists
> mkdir -p lib/capistrano/tasks
> [skip] Capfile already exists
> Capified
> (Backtrace restricted to imported tasks)
> cap aborted!
> Don't know how to build task 'test'
>
> (See full trace by running task with --trace)
>
>
>
>
> Versions:
>
>    - Ruby 2.1.1
>    - Capistrano   3.4.0 (Rake Version: 10.4.2)
>    -
>
> Platform:
>
>    - Working on.... CentOS
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Capistrano" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to capistrano+unsubscr...@googlegroups.com.
> To view this discussion on the web, visit
> https://groups.google.com/d/msgid/capistrano/56fc1523-c571-42ca-8510-c24a513c9511%40googlegroups.com
> <https://groups.google.com/d/msgid/capistrano/56fc1523-c571-42ca-8510-c24a513c9511%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/CAN_%2BVLUGrREEkG8JqFHjr51aHCmCHHkDa8DAxyuDv2iHyqaO5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to