AnushaPalle commited on
Commit
d1e419b
1 Parent(s): 5816665

Upload sample train.json

Browse files
Files changed (1) hide show
  1. train.json +4 -0
train.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "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",
3
+ "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"
4
+ }