Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 18, 2024
1 parent 1de3cd5 commit db3a416
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ set -euo pipefail
TAG_VERSION=$(buildkite-agent meta-data get "tag-version" --default "0.0.0-alpha-$(date +%Y%m%d%H%M%S)")
TAG_VERSION=${TAG_VERSION/v/}

#setup git
git config user.email "Widen Developers"
git config user.name "[email protected]"

# Publish the package
npm version ${TAG_VERSION}

Expand Down
11 changes: 6 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ steps:
image: quay.io/widen/builder-nodejs:16
propagate-environment: true
environment:
- ACQUIA_JFROG_USER
- ACQUIA_JFROG_TOKEN
- FORCE_COLOR=true
- thedyrt/git-commit#v0.3.0:
message: Auto version
user:
name: Widen Developers
email: [email protected]
# - thedyrt/git-commit#v0.3.0:
# message: Auto version
# user:
# name: Widen Developers
# email: [email protected]
env:
NPM_TAG: latest
NODE_AUTH_TOKEN: ACQUIA_JFROG_TOKEN

0 comments on commit db3a416

Please sign in to comment.