Changing checkout folder structure? #306
-
Hello, I have been tasked with doing some tests in a new project/repo in my org The runner runs in its folder, the workspace is set to the server`s /var/www/folder and the checkour is done as /var/www/folder/my-repo-name/my-repo-name - it uses the rest api, because of the server's git version being 2.17. I know there are some path variables available to use in my workflow, but what I couldn`t grasp is: can I change the checkout action to checkout the code directly in /var/www/folder and, if so, how? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Copying the files over might be the best solution currently. I believe rsync is a popular tool for that type of operation. You may want to skip the |
Beta Was this translation helpful? Give feedback.
-
Need a good solution |
Beta Was this translation helpful? Give feedback.
Copying the files over might be the best solution currently. I believe rsync is a popular tool for that type of operation. You may want to skip the
.git
folder.