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

Fix git checkout integration branch

parent 07dcb612
No related branches found
No related tags found
1 merge request!10Add gitlab ci into project
...@@ -50,7 +50,7 @@ setup_environment: ...@@ -50,7 +50,7 @@ setup_environment:
cd CRI_XCBC; cd CRI_XCBC;
fi fi
- > - >
git checkout integration; git checkout -b integration;
git merge uab-dev; git merge uab-dev;
cd ..; 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 --host=$AWS_HOST --host-bucket=$AWS_HOST s3://ood-config/group_vars/all CRI_XCBC/group_vars/all
......
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