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 bd3e5b1 commit 8ae4e6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ps_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ stages:
when:
- pull_request:
trigger_phrase: build-collector-auth0
env:
ALPS_SERVICE_VERSION: 1.1.55
commands:
- source $NVM_DIR/nvm.sh && nvm use 18
- export ALPS_SERVICE_VERSION=$(node -p "require('./collectors/auth0/package.json').version")
Expand All @@ -64,8 +66,6 @@ stages:
- make package
- mkdir auth0-collecctor
- cp -r cfn al-auth0-collector.zip al-auth0-collector.json auth0-collector
env:
- ALPS_SERVICE_VERSION: 1.1.55
outputs:
file: ./auth0-collecctor
packagers:
Expand All @@ -86,7 +86,7 @@ stages:
- mkdir auth0-collecctor
- cp -r cfn al-auth0-collector.zip al-auth0-collector.json auth0-collector
env:
- ALPS_SERVICE_VERSION: ${{ ALPS_SERVICE_VERSION }}
ALPS_SERVICE_VERSION: ${{ ALPS_SERVICE_VERSION }}
outputs:
file: ./auth0-collecctor
packagers:
Expand Down

0 comments on commit 8ae4e6b

Please sign in to comment.