Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
CircleCI DRY build steps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdg committed Mar 11, 2019
1 parent c86869a commit 20dbfb5
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
@@ -1,9 +1,9 @@
version: 2
build_common: &build
steps:
- checkout
- run: make build
jobs:
build_common: &build
steps:
- checkout
- run: make build
build_golang_1.11:
<<: *build
docker:
Expand Down

0 comments on commit 20dbfb5

Please sign in to comment.