Skip to content
Snippets Groups Projects
Commit 2279ee7d authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add git remote upstream

parent 52cecd55
No related branches found
No related tags found
1 merge request!10Add gitlab ci into project
......@@ -48,10 +48,12 @@ setup_environment:
else
git clone https://github.com/uabrc/CRI_XCBC.git;
cd CRI_XCBC;
git remote add upstream https://github.com/jprorama/CRI_XCBC.git
fi
- >
git fetch upstream;
git checkout -b integration;
git merge origin/uab-dev;
git merge upstream/uab-dev;
cd ..;
- s3cmd get --force --host=$AWS_HOST --host-bucket=$AWS_HOST s3://ood-config/group_vars/all CRI_XCBC/group_vars/all
- s3cmd get --force -r --host=$AWS_HOST --host-bucket=$AWS_HOST s3://cheaha-cloud-ansible-files/ ansible/files/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment