File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ general:
4
4
5
5
do_steps : &do_steps
6
6
steps :
7
- - restore_cache :
8
- key : code-tree-shallow
9
- - restore_cache :
10
- key : bake-tree-cache
11
7
- run :
12
8
name : checkout build tree
13
9
command : |
@@ -31,7 +27,7 @@ do_steps: &do_steps
31
27
if [ -z "${BAKE_MOD_VERSION}" ] ; then export BAKE_MOD_VERSION="dev" ; fi
32
28
33
29
# we clone a fork of bake
34
- cd "$HOME" && git clone -b ${BAKE_BRANCH} git ://github .com/nsnam/bake- git ./bake
30
+ cd "$HOME" && git clone -b ${BAKE_BRANCH} https ://gitlab .com/nsnam/bake. git ./bake
35
31
36
32
# setup environment
37
33
OS=$(awk -F= '/^NAME/{print $2}' /etc/os-release)
@@ -42,8 +38,8 @@ do_steps: &do_steps
42
38
fi
43
39
44
40
sudo pip install distro requests; sudo pip3 install distro requests
45
-
46
- cd "$HOME" && ./bake/bake.py configure -e dce-umip-${BAKE_MOD_VERSION} -e dce- linux-${BAKE_MOD_VERSION}
41
+
42
+ cd "$HOME" && ./bake/bake.py configure -e dce-linux-${BAKE_MOD_VERSION}
47
43
cd "$HOME" && ./bake/bake.py download -vvv
48
44
49
45
- save_cache :
@@ -105,13 +101,3 @@ workflows:
105
101
build :
106
102
jobs :
107
103
- ubuntu16.04
108
- nightly_workflow :
109
- triggers :
110
- - schedule :
111
- cron : " 0 1 * * *" # run at 1am UTC
112
- filters :
113
- branches :
114
- only :
115
- - fix-valgrind-test
116
- jobs :
117
- - ubuntu14.04_valgrind
You can’t perform that action at this time.
0 commit comments