Add a extra instruction for getting dependencies
This commit is contained in:
parent
c0eb8554c9
commit
dea378f78e
2 changed files with 3 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,6 +19,8 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
unset WORKSPACE
|
||||
unset WORKSPACE_TMP
|
||||
dart pub get
|
||||
dart doc
|
||||
tar -cvf docs.tgz doc/api/*
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue