Forum Discussion
No RepliesBe the first to reply
Related Content
- 12 days ago
Recent Discussions
- 6 days ago
- 9 days ago
- 20 days ago
I have a ReadyAPI project and Excel data file in a .zip that I can run from a PC using curl with no problems, it works fine.
But now I have the .zip in our GitLab in its own repo. I have a valid .gitlab-ci.yml file that executes when a make a change in the project.
But I'd like to run that curl command to send my project .zip file to TestEngine but not sure how. What kind of command string should I be using in my gitlab-ci.yml file to do this? How can I pass the .zip in that repo to TestEngine from the GitLab Runner?
Thanks very much in advance!