Skip to content

Commit

Permalink
fix: config.yml for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed Apr 19, 2023
1 parent fe5421b commit 8bc9f9d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ version: 2.1
orbs:
newspack: newspack/[email protected]

commands:
checkout_code:
steps:
- checkout
- attach_workspace:
at: ~/

jobs:
# Release job. Required over newspack/release because of the need to version bump additional files.
release:
docker:
- image: circleci/node:latest
- image: cimg/node:16.11.1
steps:
- checkout_with_workspace
- set_node_version
- checkout_code
- run:
name: Install rsync
command: sudo apt-get update && sudo apt-get install rsync
Expand Down

0 comments on commit 8bc9f9d

Please sign in to comment.