Skip to content

Commit

Permalink
Update ps_spec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rakhimundhada15 authored Jan 23, 2024
1 parent df9c1d1 commit 3bdfc0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ps_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ stages:
- pull_request:
trigger_phrase: build-collector-auth0
env:
ALPS_SERVICE_VERSION: "1.1.55"
ALPS_SERVICE_VERSION: "1.1.56"
ALPS_SERVICE_NAME: "paws-collector/auth0"
commands:
- source $NVM_DIR/nvm.sh && nvm use 18
- cd collectors/auth0
- export ALPS_SERVICE_VERSION=$(node -p "require('./package.json').version")
- echo "ALPS_SERVICE_VERSION=$ALPS_SERVICE_VERSION"
- echo "ALPS_SERVICE_NAME=$ALPS_SERVICE_NAME"
- npm install
- make package
- mkdir auth0-collector
Expand Down

0 comments on commit 3bdfc0c

Please sign in to comment.