Skip to content

Commit

Permalink
Merge pull request #3007 from DataDog/nschweitzer/releasing
Browse files Browse the repository at this point in the history
Add product for releasing
  • Loading branch information
TonyCTHsu authored Jul 27, 2023
2 parents e5b8638 + 36e215b commit b9e5738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ package:

.release-package:
stage: deploy
variables:
PRODUCT_NAME: auto_inject-ruby

deploy_to_reliability_env:
stage: deploy
Expand Down
2 changes: 2 additions & 0 deletions .gitlab/build-deb-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ if [ -n "$CI_COMMIT_TAG" ] && [ -z "$RUBY_PACKAGE_VERSION" ]; then
RUBY_PACKAGE_VERSION=${CI_COMMIT_TAG##v}
fi

echo -n "$RUBY_PACKAGE_VERSION" > auto_inject-ruby.version

source common_build_functions.sh

chmod a+r -R ../pkg/*
Expand Down

0 comments on commit b9e5738

Please sign in to comment.