Skip to content

Commit 0366c7d

Browse files
committed
add bake.py update after download
Signed-off-by: Hajime Tazaki <[email protected]>
1 parent 161c559 commit 0366c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ do_steps: &do_steps
3333
# we clone a fork of bake
3434
cd "$HOME" && git clone -b ${BAKE_BRANCH} git://github.com/direct-code-execution/bake ./bake
3535
cd "$HOME" && ./bake/bake.py configure -e dce-umip-${BAKE_MOD_VERSION} -e dce-linux-${BAKE_MOD_VERSION}
36-
cd "$HOME" && ./bake/bake.py download -vvv
36+
cd "$HOME" && ./bake/bake.py download -vvv && ./bake/bake.py update -vvv
3737
3838
- save_cache:
3939
key: code-tree-shallow-{{ epoch }}

0 commit comments

Comments
 (0)