Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

config.yml 283 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. version: 2.1
  2. jobs:
  3. build:
  4. docker:
  5. - image: circleci/node:4.8.2 # the primary container, where your job's commands are run
  6. steps:
  7. - checkout # check out the code in the project directory
  8. - run: echo "hello world" # run the `echo` command
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...