"git@developer.sourcefind.cn:wuxk1/megatron-lm.git" did not exist on "539e39b640720fa380c594f88035421b5de61821"
Unverified Commit 22264f93 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

fix working dir (#19101)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent ba7f2173
......@@ -102,6 +102,7 @@ jobs:
fetch-depth: 2
- name: Update clone using environment variables
working-directory: /transformers
run: |
echo "original branch = $(git branch --show-current)"
git fetch && git checkout ${{ env.CI_BRANCH }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment