fix stale checks
This commit is contained in:
parent
9df7c78046
commit
36a8329371
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ before_install:
|
|||
- npm install
|
||||
script:
|
||||
- ZEUS_PRODUCTION=1 bundle exec nanoc
|
||||
- bundle exec nanoc check --deploy
|
||||
- ZEUS_PRODUCTION=1 bundle exec nanoc check --deploy
|
||||
after_success:
|
||||
- mv deploy_key ~/.ssh/id_rsa
|
||||
- chmod 600 ~/.ssh/id_rsa
|
||||
|
|
Loading…
Reference in a new issue