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 19, 2020
1 parent efd34b1 commit 64661e0
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ test: &test
command: |
pip install -r tests/requirements.txt
mkdir test-results
- semver-orb/export-tag
_ run:
name: Version
command: |
VERSION=$(./semtag getcurrent)
echo ${VERSION} >package/VERSION
- run:
name: test
command: |
Expand Down Expand Up @@ -82,12 +86,12 @@ test: &test
# - store_artifacts:
# path: /tmp/workspace/

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
# semver-orb: tv2norge/semver-orb@0.0.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
# semver-orb: tv2norge/semver-orb@0.0.1

jobs:
test-sc4s-3-25-1-splunk-8-0:
Expand Down

0 comments on commit 64661e0

Please sign in to comment.