Closed cz8s closed 8 years ago
@cz8s the leap_cli mr is merged, the platform one contains conflicts, please rebase.
ok, using git submodule deinit before pulling cleans up things:
git submodule deinit .
rm -rf puppet/modules/*
git pull
git checkout puppet/modules/
this is easier:
for dir in $(git submodule | awk '{print $2}'); do
git submodule deinit $dir
done
then you can do a git pull
since we changed platform-environements repo to subrepos, leap_cli breaks. See https://leap.se/code/issues/8248
There are two prs pending: https://github.com/leapcode/leap_cli/pull/19 https://github.com/leapcode/leap_platform/pull/107