File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- sourceUrl = "ssh ://git@ github.com/code-house/maven-git-release-test.git"
1
+ sourceUrl = "https ://github.com/code-house/maven-git-release-test.git"
2
2
destinationUrl = sourceUrl
3
3
4
4
core.workflow(
Original file line number Diff line number Diff line change 20
20
git config --global user.email "[email protected] "
21
21
git config --global user.name "ConnectorIO Bot"
22
22
git config --global url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "ssh://[email protected] :"
23
- git config --global url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "ssh ://[email protected] :"
23
+ git config --global url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "git ://[email protected] :"
24
24
env :
25
25
BUILD_USER : x-access-token
26
26
BUILD_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -35,15 +35,16 @@ jobs:
35
35
path : bazel-bin/java/com/google/copybara/copybara_deploy.jar
36
36
key : copybara
37
37
- name : Call copybara
38
+ # removed section
39
+ # git config -l --global
40
+ # echo $PATH
41
+ # command -v git
42
+ # export GIT_CURL_VERBOSE=1
43
+ # export GIT_SSH_COMMAND=""
44
+ # and copybara option --git-destination-url="https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/code-house/maven-git-release-test.git" \
38
45
run : |
39
- git config -l --global
40
- echo $PATH
41
- command -v git
42
- export GIT_CURL_VERBOSE=1
43
46
export GIT_SSH_COMMAND=""
44
47
java -jar bazel-bin/java/com/google/copybara/copybara_deploy.jar \
45
48
migrate .github/copy.bara.sky 3.1.x \
46
49
${{ github.event.pull_request.number }} \
47
- --git-destination-url="https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/code-house/maven-git-release-test.git" \
48
- --last-rev ${{ github.event.pull_request.base.sha }} \
49
- --verbose
50
+ --last-rev ${{ github.event.pull_request.base.sha }}
You can’t perform that action at this time.
0 commit comments