We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161c559 commit 0366c7dCopy full SHA for 0366c7d
.circleci/config.yml
@@ -33,7 +33,7 @@ do_steps: &do_steps
33
# we clone a fork of bake
34
cd "$HOME" && git clone -b ${BAKE_BRANCH} git://github.com/direct-code-execution/bake ./bake
35
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
+ cd "$HOME" && ./bake/bake.py download -vvv && ./bake/bake.py update -vvv
37
38
- save_cache:
39
key: code-tree-shallow-{{ epoch }}
0 commit comments