Remove short build script
This commit is contained in:
parent
969cac9503
commit
39140e63e7
2 changed files with 1 additions and 6 deletions
|
@ -10,7 +10,7 @@ machine:
|
|||
|
||||
dependencies:
|
||||
pre:
|
||||
- scripts/build
|
||||
- pelican -v
|
||||
|
||||
|
||||
test:
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export PATH=env/bin:${PATH}
|
||||
|
||||
pelican -o output/ -v
|
Reference in a new issue