AnushaPalle
commited on
Commit
•
2047550
1
Parent(s):
9019a4a
Upload test.json
Browse files
test.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text": "Sample gitlab yaml file with node image version : node:14-alpine | write a sample gitlab yaml or yml configuration for cicd onboarding ; Driver code",
|
3 |
+
"code": "build_job: NEW_LINE INDENT stage: build NEW_LINE image: node:14-alpine NEW_LINE script: NEW_LINE INDENT - npm install NEW_LINE INDENT - npm run build NEW_LINE"
|
4 |
+
}
|
5 |
+
{
|
6 |
+
"text": "Sample gitlab yaml file with node image version : node:16-alpine | 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",
|
7 |
+
"code": "build_job: NEW_LINE INDENT stage: build NEW_LINE image: node:16-alpine NEW_LINE script: NEW_LINE INDENT - npm install NEW_LINE INDENT - npm run build NEW_LINE"
|
8 |
+
}
|