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 6, 2020
1 parent 9b3427c commit 81f545c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ build-sc4s: &build-sc4s
command: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker login -u $GITHUB_USER -p $GITHUB_TOKEN docker.pkg.github.com
- semver-rob/export-tag
- run:
name: Build SC4S
command: |
echo $SEMVER_VERSION
echo $SEMVER_VERSION >package/VERSION
docker build --build-arg BRANCH=${SYSLOG} package \
-t docker.pkg.github.com/splunk/splunk-connect-for-syslog/stg-splunk-connect-for-syslog:sc4s-${SYSLOG}-<< pipeline.id >>
- run:
Expand Down Expand Up @@ -86,7 +89,7 @@ orbs:
go: circleci/go@0.2.0
snyk: snyk/snyk@0.0.8
versioning: kollex/versioning@1.0.0

semver-orb: tv2norge/semver-orb@0.0.1

jobs:
build-tests:
Expand Down

0 comments on commit 81f545c

Please sign in to comment.