The relavant part of the my config file is shown below:
Go runs bundle install and then tries to run make, even though its not specified.
P.S. When I save the config file, it looks like this screenshot
Please help! How can I get Go not to run make install
Comments
2 comments
Hi Tushar,
Can you please post the console-out dump(from the job tab)? It will help us identify the sequence of events.
Regards,
Janmejay
Hi Tushar,
Go will only run those commands that you've configured it to run.
It's likely that "bundle install --deployment" is calling "make install".
To confirm, could you remove the exec task that calls "bundle install", run the pipeline and check the job output.
Thanks,
Yogi
Please sign in to leave a comment.