Skip to content

Commit

Permalink
Fix CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLucian committed Jun 23, 2021
1 parent 9622653 commit a6fe921
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ commands:
template: basic_fail_1

jobs:
test:
lint:
machine:
image: ubuntu-1604:202104-01
resource_class: medium
Expand Down Expand Up @@ -117,9 +117,6 @@ jobs:
min_instances: 1
max_instances: 1
EOF
- run:
name: Lint
command: make lint
- run:
name: Go Tests
command: make test
Expand Down Expand Up @@ -246,17 +243,20 @@ jobs:
workflows:
build:
jobs:
- lint
- test
- build-and-deploy-approval:
type: approval
requires:
- lint
- test
filters:
branches:
only:
- /^[0-9]+\.[0-9]+$/
- build-and-upload-cli:
requires:
- lint
- test
- build-and-deploy-approval
filters:
Expand Down

0 comments on commit a6fe921

Please sign in to comment.