Skip to content

Commit

Permalink
Merge pull request #90 from alertlogic/build_pipeline
Browse files Browse the repository at this point in the history
[ENG-53642] CWE- Collector release cycle improvements
  • Loading branch information
imranalisyed506 authored Jan 25, 2024
2 parents a7acb09 + f602804 commit e21c8fc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ps_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,20 @@ stages:
- echo done
outputs:
file: ./.ps_outputs/*
-
name: When Tag Created Run Build And Create Aritifacts
when:
- tag: ['v?\d+.\d+.\d+']
image: 422372788747.dkr.ecr.us-east-1.amazonaws.com/al-paws-collector-pipeline:latest
compute_size: small_arm
commands:
- source $NVM_DIR/nvm.sh && nvm use 18
- npm install
- make compile test package
- mkdir cwe-collector
- cp -r cfn al-cwe-collector.zip al-cwe-collector.json cwe-collector
- zip -r cwe-collector.zip cwe-collector
outputs:
file: ./cwe-collector*
packagers:
- basic

0 comments on commit e21c8fc

Please sign in to comment.