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 b6c1771 commit bd3e5b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ps_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ stages:
commands:
- source $NVM_DIR/nvm.sh && nvm use 18
- export ALPS_SERVICE_VERSION=$(node -p "require('./collectors/carbonblack/package.json').version")
# - echo "ALPS_SERVICE_VERSION=$ALPS_SERVICE_VERSION" >> $GITHUB_ENV
- echo "ALPS_SERVICE_VERSION=$ALPS_SERVICE_VERSION" >> $GITHUB_ENV
- npm install
- make package
- mkdir auth0-collecctor
- cp -r cfn al-auth0-collector.zip al-auth0-collector.json auth0-collector
env:
- ALPS_SERVICE_VERSION: ${{ env.ALPS_SERVICE_VERSION }}
- ALPS_SERVICE_VERSION: ${{ ALPS_SERVICE_VERSION }}
outputs:
file: ./auth0-collecctor
packagers:
Expand Down

0 comments on commit bd3e5b1

Please sign in to comment.