mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
updated config version
This commit is contained in:
@@ -86,7 +86,10 @@ jobs:
|
||||
- run:
|
||||
name: update version and build number
|
||||
command: |
|
||||
echo "Tags: $CIRCLE_TAG"
|
||||
if [ -z "${CIRCLE_TAG}" ]; then
|
||||
echo "CIRCLE_TAGVAR is unset or set to the empty string"
|
||||
else
|
||||
echo "CIRCLE_TAG is set to: $CIRCLE_TAG"
|
||||
cd security-content
|
||||
# update build number
|
||||
sed -i "s/build = .*$/build = $CIRCLE_BUILD_NUM/g" package/default/app.conf
|
||||
|
||||
Reference in New Issue
Block a user