Skip to content

Commit a729a91

Browse files
fixup circleci runner config
1 parent a1fdd35 commit a729a91

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
- run:
88
name: Clone Repository via HTTPS Proxy
99
command: |
10-
export HTTPS_PROXY="http://proxy.example.com:3128"
1110
git clone https://${GITHUB_TOKEN}@github.com/brettwooldridge/HikariCP.git .
1211
git checkout ${CIRCLE_SHA1}
1312
- run: mvn clean package

0 commit comments

Comments
 (0)