Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-16 16:19:33 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-16 16:19:33 +0300
commit8db7d74b0bab4d711e655b9809d4544125094aea (patch)
treeaa54c778fcbfbc1768a965addfd14895d78bd82e
parent2b2002bccf82ffd78cb33eb3c4597822dc45716d (diff)
Fix circle config again
-rw-r--r--.circleci/config.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3db60cb..a1d86ba 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,11 +7,8 @@ jobs:
steps:
- checkout
- run:
- name: "Change to example site directory"
- command: cd exampleSite
- - run:
name: "Run hugo against default config"
- command: HUGO_ENV=production hugo -v -d workspace/public
+ command: cd exampleSite && HUGO_ENV=production hugo -v -d workspace/public
workflows: