From 8ae4e6b8932208ebd96a315906d386c3739780c5 Mon Sep 17 00:00:00 2001 From: rakhimundhada15 <60738948+rakhimundhada15@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:57:51 +0530 Subject: [PATCH] Update ps_spec.yml --- ps_spec.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ps_spec.yml b/ps_spec.yml index 07413e9d..303be915 100644 --- a/ps_spec.yml +++ b/ps_spec.yml @@ -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") @@ -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: @@ -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: