Skip to content

Commit 2c430ea

Browse files
authored
Update service account (GoogleCloudPlatform#712)
1 parent bdd8a8a commit 2c430ea

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.circleci/circle.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
machine:
2+
java:
3+
version: oraclejdk8
4+
dependencies:
5+
pre:
6+
- curl -LO https://github.com/mozilla/geckodriver/releases/download/v0.15.0/geckodriver-v0.15.0-linux64.tar.gz
7+
&& sudo tar -zxf geckodriver-*.tar.gz -C "${HOME}/bin"
8+
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe"
9+
&& sudo apt-get update
10+
&& sudo apt-get install -t trusty-backports shellcheck
11+
- sudo apt-get install expect
12+
test:
13+
override:
14+
- bash ./travis.sh &&
15+
bash <(curl -s https://codecov.io/bash) # If successful, run code coverage

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.google.cloud.samples</groupId>
2727
<artifactId>shared-configuration</artifactId>
28-
<version>1.0.2</version>
28+
<version>1.0.4</version>
2929
<!--
3030
<relativePath>../java-repo-tools</relativePath>
3131
-->

service-account.json.enc

48 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)