Skip to content

Commit

Permalink
test_pipeline changest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakhi Mundhada authored and Rakhi Mundhada committed Jan 23, 2024
1 parent 560517c commit 2a3a2ec
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions collectors/auth0/ps_spec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 1.0
service_name: paws/auth0

stages:
- name: test_manual
image: 422372788747.dkr.ecr.us-east-1.amazonaws.com/al-paws-collector-pipeline:latest
compute_size: small_arm
when:
- pull_request:
trigger_phrase: build-collector-auth0
commands:
- source $NVM_DIR/nvm.sh && nvm use 18
- export ALPS_SERVICE_VERSION=$(node -p "require('./package.json').version")
# - 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 }}
outputs:
file: ./auth0-collecctor
packagers:
- basic

0 comments on commit 2a3a2ec

Please sign in to comment.