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

Git reset before checkout at cleanup stage

parent bd342711
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,6 @@ cleanup: ...@@ -96,6 +96,6 @@ cleanup:
script: script:
- > - >
cd CRI_XCBC; cd CRI_XCBC;
git checkout uab-prod;
git reset --hard; git reset --hard;
git checkout uab-prod;
git branch -D integration; git branch -D integration;
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