File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,17 @@ create_settings_xml_file() {
69
69
70
70
71
71
setup_environment_secrets
72
-
73
- cd ${KOKORO_ARTIFACTS_DIR} /git
72
+ # # double commented lines are for attempting to use the git on borg repository.
73
+ # # cd ${KOKORO_ARTIFACTS_DIR}/git
74
74
create_settings_xml_file " settings.xml"
75
75
76
- src_dir=" ${KOKORO_ARTIFACTS_DIR} /git/appengine-java-standard"
77
- cd $src_dir
76
+ git clone https://github.com/GoogleCloudPlatform/appengine-java-standard.git
77
+ cd appengine-java-standard
78
+ # # src_dir="${KOKORO_ARTIFACTS_DIR}/git/appengine-java-standard"
79
+ # # cd $src_dir
78
80
79
81
# Enable correct evaluation of git buildnumber value for git on borg.
80
- git config --global --add safe.directory ${src_dir}
82
+ # # git config --global --add safe.directory /tmpfs/src/git/appengine-java-standard
81
83
82
84
# Get the current version from pom.xml
83
85
POM_VERSION=$(
Original file line number Diff line number Diff line change 829
829
<preparationGoals >clean install</preparationGoals >
830
830
<mavenExecutorId >forked-path</mavenExecutorId >
831
831
<pushChanges >false</pushChanges >
832
- <localCheckout >false </localCheckout >
832
+ <localCheckout >true </localCheckout >
833
833
</configuration >
834
834
</plugin >
835
835
<plugin >
You can’t perform that action at this time.
0 commit comments