shopwareArchive / shopware-platform-vagrant

DEPRECATED: A Vagrant setup ready for shopware platform development
22 stars 14 forks source link

Ansible task returned error #21

Closed rammi22 closed 3 years ago

rammi22 commented 4 years ago

Hello, i try to install Shopware 6.2.3 with the Vagrant Box

File all.yml

`

proxy_enabled: yes proxy_hostname: dev.shopware-6.2.3.local proxy_ssl: yes shopware_version: 6.2.3 ` vagrant up with this configuration return this error:

TASK [clone shopware-dev git repo] ***** fatal: [default]: FAILED! => {"changed": false, "cmd": "/usr/bin/git checkout --force 6.2.3", "msg": "Failed to checkout 6.2.3", "rc": 1, "stderr": "error: pathsp ec '6.2.3' did not match any file(s) known to git.\n", "stderrlines": ["error: pathspec '6.2.3' did not match any file(s) known to git."], "stdout": "", "stdout lines": []}

I expect a correct installation.

flohessling commented 3 years ago

Hey @rammi22 ,

sorry for the late response. The string 6.2.3 is no tag or branch of the shopware development repository https://github.com/shopware/development.

When using the v6.2.3 tag for shopware_version it should work.

---
proxy_enabled: no
proxy_hostname: shopware.local
proxy_ssl: no
shopware_version: v6.2.3