Skip to content

Commit 6882330

Browse files
author
Les Vogel
committed
fix a couple of things
1 parent d312265 commit 6882330

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.kokoro/system_tests.sh

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,21 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
export GOOGLE_APPLICATION_CREDENTIAL=./service-acct.json
16+
set -eo pipefail
17+
18+
env
19+
ls
20+
21+
export GOOGLE_APPLICATION_CREDENTIAL=${KOKORO_GFILE_DIR}/service-acct.json
1722
export GOOGLE_CLOUD_PROJECT=java-docs-samples-testing
1823

1924
gcloud components update --quiet
20-
gsutil cp gs://gs://cloud-devrel-kokoro-resources/getting-started-java/service-acct.json .
21-
git clone https://github.com/GoogleCloudPlatform/getting-started-java.git
25+
2226
gcloud auth activate-service-account\
2327
--key-file=$GOOGLE_APPLICATION_CREDENTIALS \
2428
--project=$GOOGLE_CLOUD_PROJECT
2529

26-
cd getting-started-java
30+
gcloud config list
31+
32+
cd github/getting-started-java
2733
mvn clean verify

0 commit comments

Comments
 (0)