forked from alertlogic/paws-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |