"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "08c852290a060b8ac21f263f897e1c9e25e1eda3"
Unverified Commit bcf8e119 authored by Minjie Wang's avatar Minjie Wang Committed by GitHub
Browse files

[Bugfix][CI] force download data everything (#208)

* poke ci

* poke again

* force download data everytime
parent 91141a98
...@@ -11,6 +11,7 @@ def setup() { ...@@ -11,6 +11,7 @@ def setup() {
def build_dgl() { def build_dgl() {
sh "if [ -d build ]; then rm -rf build; fi; mkdir build" sh "if [ -d build ]; then rm -rf build; fi; mkdir build"
sh "rm -rf _download"
dir ("build") { dir ("build") {
sh "cmake .." sh "cmake .."
sh "make -j4" sh "make -j4"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment