sample_gitlb_ds / train.json
AnushaPalle's picture
Upload sample train.json
d1e419b
raw
history blame
420 Bytes
{
"text": "Sample gitlab yaml file | write a sample gitlab yaml or yml configuration for cicd onboarding ; print the sample gitlab cicd configuration ; the sample configuration having image and script in build_job with build stage ; Driver code",
"code": "build_job: NEW_LINE INDENT stage: build NEW_LINE image: node:14 NEW_LINE script: NEW_LINE INDENT - npm install NEW_LINE INDENT - npm run build NEW_LINE"
}