Skip to content

Commit

Permalink
Update nersc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored Jan 3, 2025
1 parent 2cc5c0d commit 1370c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nersc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
PR_SHA=$(git rev-parse --short "$GITHUB_SHA")
git fetch origin pull/${PR_NUMBER}/head:PR-${PR_SHA}
git remote add gitlab https://${{ secrets.GITLAB_TOKEN_NAME }}:${{ secrets.GITLAB_TOKEN }}@${{ secrets.GITLAB_URL }}
git checkout PR-${PR_SHA}
git push -f gitlab -u PR-${PR_SHA}
git checkout PR-${PR_SHA}-test
git push -f gitlab -u PR-${PR_SHA}-test

0 comments on commit 1370c0d

Please sign in to comment.