Skip to content

v3.2.4

Compare
Choose a tag to compare
@adriendupuis adriendupuis released this 29 Jan 08:34
version=v3.2.4;
src_repo="[email protected]:ezsystems/ezplatform-ee"
dest_repo="[email protected]:adriendupuis/ezplatform-ee-docker.git"
dest_branch="release/$version";
push_options="--tags";
tmp_dir=~/ezplatform-ee-tmp;

git clone $src_repo --single-branch --branch $version $tmp_dir;
cd $tmp_dir;
git remote add destination $dest_repo;
git checkout -b $dest_branch;
git push --set-upstream destination $dest_branch $push_options;
cd -;
rm -rf $tmp_dir;