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 4a2c5ba commit 27e5282
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,32 @@
#You should have received a copy of the CC0 legalcode along with this
#work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
version: 2.1
orbs:
docker: circleci/docker@0.5.20
go: circleci/go@0.2.0
snyk: snyk/snyk@0.0.8
versioning: kollex/versioning@1.0.0

shared: &shared

steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- checkout
- name: Build for ${{ matrix.syslog-version }}
- 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
go: circleci/go@0.2.0
snyk: snyk/snyk@0.0.8
versioning: kollex/versioning@1.0.0


jobs:
build-sc4s-3.25.1:
<<: *shared
build-sc4s-3-25-1:
docker:
- image: circleci/buildpack-deps:18.04
environment:
BRANCH: 3.25.1
<<: *shared



Expand Down

0 comments on commit 27e5282

Please sign in to comment.