Skip to content

how to set CodeBuild build commands when source is 'NO_SOURCE' #7342

Discussion options

You must be logged in to vote

the way to go is to use different types of quotations

  • ` <- those will get you an inline style buildspec where you can input commands or even a complete buildspec with multiple phases.

  • " <- use those if you want to specify the path where the buildspec file is located.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jcode-hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant