Skip to content

Commit

Permalink
A simple checkout should do
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Jul 7, 2019
1 parent 62df8de commit 67d828e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ jobs:
docker:
- image: circleci/buildpack-deps:stretch
steps:
- attach_workspace:
at: /go/
- checkout
- setup_remote_docker
- run:
name: Image Build
Expand Down Expand Up @@ -179,7 +178,7 @@ workflows:

- docker-image:
requires:
- images
- be-tests
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit 67d828e

Please sign in to comment.