Skip to content

Commit

Permalink
added orbs and node.js variant
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidun committed Dec 31, 2022
1 parent a5861fd commit c9003c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ version: 2.1
# The following stanza defines a map named defaults with a variable that may be inserted using the YAML merge (<<: *) key
# later in the file to save some typing. See http://yaml.org/type/merge.html for details.

orbs:
python: circleci/[email protected]

defaults: &defaults
docker:
- image: cimg/python:3.8
- image: cimg/python:3.8-node

jobs:
deploy:
Expand Down

0 comments on commit c9003c2

Please sign in to comment.