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 228aa55 commit 98901f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ shared: &shared
- run:
name: Build
command: |
docker build --build-arg BRANCH=${BRANCH} package \
-t docker.pkg.github.com/splunk-connect-for-syslog/stg-splunk-connect-for-syslog:sc4s-${BRANCH}-<< pipeline.id >>
docker build --build-arg BRANCH=${SYSLOG} package \
-t docker.pkg.github.com/splunk-connect-for-syslog/stg-splunk-connect-for-syslog:sc4s-${SYSLOG}-<< pipeline.id >>
orbs:
docker: circleci/docker@0.5.20
go: circleci/go@0.2.0
Expand All @@ -31,7 +30,7 @@ jobs:
docker:
- image: circleci/buildpack-deps:18.04
environment:
BRANCH: 3.25.1
SYSLOG: 3.25.1
<<: *shared


Expand Down

0 comments on commit 98901f6

Please sign in to comment.