text
stringclasses 3
values | code
stringclasses 3
values |
---|---|
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 | 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 |
Sample gitlab yaml file with node image version : node:20-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 | build_job: NEW_LINE INDENT stage: build NEW_LINE image: node:20-alpine NEW_LINE script: NEW_LINE INDENT - npm install NEW_LINE INDENT - npm run build NEW_LINE |
Sample gitlab yaml file with node image version : node:18-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 | build_job: NEW_LINE INDENT stage: build NEW_LINE image: node:18-alpine NEW_LINE script: NEW_LINE INDENT - npm install NEW_LINE INDENT - npm run build NEW_LINE |
YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co./docs/hub/datasets-cards)
This is sample dataset to train the model for gitlab ci yaml configurations.
- Downloads last month
- 4