Skip to content

Commit

Permalink
update the env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rakhimundhada15 authored Jan 24, 2024
1 parent a40da98 commit a63c6c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ps_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ stages:
- cp -r cfn al-auth0-collector.zip al-auth0-collector.json auth0-collector
- zip -r ../../auth0-collector.zip auth0-collector
env:
ALPS_SERVICE_NAME: ${{ ALPS_SERVICE_NAME }}
ALPS_SERVICE_VERSION: ${{ ALPS_SERVICE_VERSION }}
ALPS_SERVICE_NAME: ${ALPS_SERVICE_NAME}
ALPS_SERVICE_VERSION: ${ALPS_SERVICE_VERSION}
outputs:
file: ./auth0-collector*
packagers:
Expand All @@ -94,8 +94,8 @@ stages:
- cp -r cfn al-carbonblack-collector.zip al-carbonblack-collector.json carbonback-collector
- zip -r ../../carbonback-collector.zip carbonback-collector
env:
ALPS_SERVICE_NAME: ${{ ALPS_SERVICE_NAME }}
ALPS_SERVICE_VERSION: ${{ ALPS_SERVICE_VERSION }}
ALPS_SERVICE_NAME: ${ALPS_SERVICE_NAME}
ALPS_SERVICE_VERSION: ${ALPS_SERVICE_VERSION}
outputs:
file: ./carbonback-collector*
packagers:
Expand Down

0 comments on commit a63c6c8

Please sign in to comment.