Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dd3eaf

Browse files
ludochgae-java-bot
authored andcommitted
Move back to github instead of gob for internal releases.
PiperOrigin-RevId: 675761401 Change-Id: I91ecd3acdb6748d238aafaf6e9b6ca91b364f8b1
1 parent b70d6de commit 9dd3eaf

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

kokoro/gcp_ubuntu/release.sh

100755100644
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,17 @@ create_settings_xml_file() {
6969

7070

7171
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
7474
create_settings_xml_file "settings.xml"
7575

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
7880

7981
# 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
8183

8284
# Get the current version from pom.xml
8385
POM_VERSION=$(

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
<preparationGoals>clean install</preparationGoals>
830830
<mavenExecutorId>forked-path</mavenExecutorId>
831831
<pushChanges>false</pushChanges>
832-
<localCheckout>false</localCheckout>
832+
<localCheckout>true</localCheckout>
833833
</configuration>
834834
</plugin>
835835
<plugin>

0 commit comments

Comments
 (0)