Skip to content

Commit

Permalink
fix circleci config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
americkson committed Feb 27, 2020
1 parent b38e080 commit 7f99ff2
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 @@ -8,14 +8,13 @@ defaults: &defaults
DATE_TIMEZONE: America/Chicago
TERM: xterm
working_directory: ~/project

jobs:
build:
<<: *defaults
steps:
- run: composer create-project fourkitchens/sous-drupal-project sous --no-interaction
workflows:
workflows:
version: 2
build-deploy:
build:
jobs:
- build

0 comments on commit 7f99ff2

Please sign in to comment.