We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ce8ff commit 0c2a9a1Copy full SHA for 0c2a9a1
.circleci/config.yml
@@ -4,6 +4,9 @@ jobs:
4
build:
5
docker:
6
- image: circleci/openjdk:8-jdk-stretch-browsers
7
+ branches:
8
+ only:
9
+ - master"
10
steps:
11
- checkout
12
- run: "curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin"
0 commit comments