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

Fix branch name for merge with remote name

parent 6bec9a4a
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ setup_environment:
fi
- >
git checkout -b integration;
git merge uab-dev;
git merge origin/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