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 9efa8e1 commit 27f6c3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ps_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,13 @@ stages:
- 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" >> $GITHUB_ENV
- echo "ALPS_SERVICE_VERSION=$ALPS_SERVICE_VERSION"
- npm install
- make package
- mkdir auth0-collector
- cp -r cfn al-auth0-collector.zip al-auth0-collector.json auth0-collector
- ls -la
- zip -r auth0-collector.zip auth0-collector
- ls -la ./collectors/auth0
outputs:
file: ./collectors/auth0/auth0-collector*
packagers:
Expand Down

0 comments on commit 27f6c3c

Please sign in to comment.