We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While printing the console command the repository points to piwik and gives 500 while executing.
Command example: ./console tests:sync-ui-screenshots 327 --repository=piwik/plugin-ActivityLog --http-user="{USERNAME}" --http-password="{PASSWORD}"
Correct Command: ./console tests:sync-ui-screenshots 327 --repository=innocraft/plugin-ActivityLog --http-user="{USERNAME_FROM_KEYPASS}" --http-password="{PASSWORDFROM_KEYPASS}"
Refer: https://github.com/matomo-org/travis-scripts/blob/master/travis.sh#L53
The text was updated successfully, but these errors were encountered:
sgiehl
Successfully merging a pull request may close this issue.
While printing the console command the repository points to piwik and gives 500 while executing.
Command example: ./console tests:sync-ui-screenshots 327 --repository=piwik/plugin-ActivityLog --http-user="{USERNAME}" --http-password="{PASSWORD}"
Correct Command: ./console tests:sync-ui-screenshots 327 --repository=innocraft/plugin-ActivityLog --http-user="{USERNAME_FROM_KEYPASS}" --http-password="{PASSWORDFROM_KEYPASS}"
Refer: https://github.com/matomo-org/travis-scripts/blob/master/travis.sh#L53
The text was updated successfully, but these errors were encountered: