Browse Source

typo image

main
Francois Lannoy 6 years ago
parent
commit
38d32b3756
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -17,7 +17,6 @@ workflows:
- e2e - e2e
- lint - lint
- test - test
jobs: jobs:
build: build:
docker: docker:
@ -76,7 +75,7 @@ jobs:
environment: environment:
IMAGE_NAME: sgttabouret/my-awesome-ci-expr IMAGE_NAME: sgttabouret/my-awesome-ci-expr
docker: docker:
image: circleci/buildpack-deps:stretch
- image: circleci/buildpack-deps:stretch
steps: steps:
- checkout - checkout
- setup_remote_docker - setup_remote_docker
@ -86,5 +85,3 @@ jobs:
root: . root: .
paths: paths:
- ./image.tar - ./image.tar
Loading…
Cancel
Save