Skip to content

Commit cb0069c

Browse files
committed
Squashed all circle-ci fix commits
Signed-off-by: Parth Pratim Chatterjee <[email protected]>
1 parent c0afe69 commit cb0069c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ do_steps: &do_steps
3131
if [ -z "${BAKE_MOD_VERSION}" ] ; then export BAKE_MOD_VERSION="dev" ; fi
3232
3333
# we clone a fork of bake
34-
cd "$HOME" && git clone -b ${BAKE_BRANCH} git://github.com/nsnam/bake-git ./bake
34+
cd "$HOME" && git clone -b ${BAKE_BRANCH} https://gitlab.com/nsnam/bake.git ./bake
3535
3636
# setup environment
3737
OS=$(awk -F= '/^NAME/{print $2}' /etc/os-release)
@@ -42,8 +42,8 @@ do_steps: &do_steps
4242
fi
4343
4444
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}
45+
46+
cd "$HOME" && ./bake/bake.py configure -e dce-linux-${BAKE_MOD_VERSION}
4747
cd "$HOME" && ./bake/bake.py download -vvv
4848
4949
- save_cache:

0 commit comments

Comments
 (0)