Skip to content

Commit

Permalink
Feature/don't upload p rs to releases (#127)
Browse files Browse the repository at this point in the history
CI Work
  • Loading branch information
Ryan Faircloth authored and GitHub committed Oct 8, 2019
1 parent 5e52cf4 commit 81efe11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ jobs:
IMAGE_NAME: docker.pkg.github.com/splunk/splunk-connect-for-syslog/ci
PUBLIC_IMAGE_NAME: docker.pkg.github.com/splunk/splunk-connect-for-syslog/releases
docker:
- image: circleci/buildpack-deps:stretch
#- image: circleci/buildpack-deps:stretch
- image: circleci/golang:latest

steps:
- setup_remote_docker:
docker_layer_caching: true
Expand Down Expand Up @@ -277,14 +279,12 @@ jobs:
IMAGE_NAME: docker.pkg.github.com/splunk/splunk-connect-for-syslog/ci
PUBLIC_IMAGE_NAME: docker.pkg.github.com/splunk/splunk-connect-for-syslog/releases
docker:
- image: circleci/buildpack-deps:stretch
#- image: circleci/buildpack-deps:stretch
- image: circleci/golang:latest
steps:
- setup_remote_docker:
docker_layer_caching: true
- checkout
- run:
name: Create Directory
command: mkdir /tmp/artifacts
- run:
name: Create Directory
command: mkdir /tmp/artifacts
Expand Down

0 comments on commit 81efe11

Please sign in to comment.