Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent 51d1a63 commit 81e7527
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@
version: 2.1

shared: &shared

steps:
- checkout
- checkout:
- setup_remote_docker:
docker_layer_caching: true
- name: Build
command: |
docker build --build-arg BRANCH=${{ BRANCH }} package \
-t docker.pkg.github.com/${GITHUB_REPOSITORY}/stg-splunk-connect-for-syslog:sc4s-${{ BRANCH }}-${{ github.sha }}


orbs:
docker: circleci/docker@0.5.20
Expand All @@ -36,7 +32,6 @@ jobs:




workflows:
version: 2
build_and_deploy:
Expand Down

0 comments on commit 81e7527

Please sign in to comment.