Skip to content

Commit c990e0f

Browse files
authored
Merge pull request #38 from circleci/clear-master-content
Clear out `master` to prevent false-positive vulnerability scan results
2 parents dd5ec26 + 395dabc commit c990e0f

File tree

1,435 files changed

+4
-564164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,435 files changed

+4
-564164
lines changed

.circleci/config.yml

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,10 @@ workflows:
44
ci:
55
jobs:
66
- build
7-
- publish:
8-
requires: [build]
9-
filters:
10-
branches:
11-
only:
12-
- master
13-
14-
orbs:
15-
aws-cli: circleci/aws-cli@1.3.1
167

178
jobs:
189
build:
1910
docker:
2011
- image: cimg/go:1.12.9
21-
working_directory: /root/go/src/github.com/docker/machine
22-
steps:
23-
- checkout
24-
- run: echo 'export GOPATH="$(go env GOPATH)"' >> "$BASH_ENV"
25-
26-
- run: TARGET_OS='darwin linux' TARGET_ARCH='amd64' make build-x
27-
- persist_to_workspace:
28-
root: .
29-
paths:
30-
- bin
31-
32-
- run: ln -s docker-machine-Linux-x86_64 bin/docker-machine
33-
- run: apt-get update
34-
- run: apt-get install --no-install-recommends --yes rsync
35-
- run: go get -u golang.org/x/lint/golint
36-
- run: make test
37-
38-
publish:
39-
docker:
40-
- image: cimg/python:3.8
41-
environment:
42-
AWS_DEFAULT_REGION: us-east-1
4312
steps:
44-
- attach_workspace:
45-
at: .
46-
- aws-cli/setup:
47-
aws-access-key-id: BINARY_S3_AWS_ACCESS_KEY_ID
48-
aws-secret-access-key: BINARY_S3_AWS_SECRET_ACCESS_KEY
49-
profile-name: default
50-
- run: aws s3 cp --recursive bin "s3://circleci-binary-releases/docker-machine/${CIRCLE_BUILD_NUM}-${CIRCLE_SHA1}/"
13+
- run: echo "Content moved to the server branch"

.dockerignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitlab-ci.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.godir

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)