Skip to content

Commit

Permalink
fix: maybe fix circle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
OldStarchy committed May 5, 2022
1 parent 089adb7 commit 42ae640
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ executors:
- image: circleci/buildpack-deps:stretch
jobs:
test-source:
description: "ESLint source files"
description: 'ESLint source files'
docker:
- image: node:14
- image: node:16
steps:
- checkout
- run:
Expand All @@ -23,12 +23,13 @@ jobs:
yarn build
yarn coverage
test-docker:
description: "lint-dockerfile << parameters.container-image >>"
description: 'lint-dockerfile << parameters.container-image >>'
docker:
- image: docker:stable
steps:
- checkout
- setup_remote_docker
- setup_remote_docker:
version: 19.03.13
- run:
name: Lint Dockerfile
command: |
Expand All @@ -37,7 +38,8 @@ jobs:
executor: docker-publisher
steps:
- checkout
- setup_remote_docker
- setup_remote_docker:
version: 19.03.13
- run:
name: Build Docker Image
command: |
Expand All @@ -54,7 +56,8 @@ jobs:
steps:
- attach_workspace:
at: /tmp/workspace
- setup_remote_docker
- setup_remote_docker:
version: 19.03.13
- run:
name: Load archived Docker image
command: docker load -i /tmp/workspace/image.tar
Expand Down

0 comments on commit 42ae640

Please sign in to comment.