Skip to content

Commit

Permalink
jitsucom-jitsu/2.8.4 package update (#35987)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Batuhan Apaydin <[email protected]>
Signed-off-by: Jason Hall <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Batuhan Apaydin <[email protected]>
Co-authored-by: Evan Gibler <[email protected]>
Co-authored-by: Joshua Powers <[email protected]>
Co-authored-by: Jason Hall <[email protected]>
  • Loading branch information
6 people authored Dec 17, 2024
1 parent de59db4 commit da4cabd
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions jitsucom-jitsu.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: jitsucom-jitsu
version: 2.8.2
epoch: 3
version: 2.8.4
epoch: 0
description: Jitsu is an open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams. Set-up a real-time data pipeline in minutes, not days
copyright:
- license: MIT
Expand Down Expand Up @@ -38,14 +38,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: efffb0a0e95abb53b4cefb85ec5901b9bd02792d
expected-commit: 708c2f7ff14db0cbb23d4584e11921b2f2f176b1
repository: https://github.com/jitsucom/jitsu
tag: jitsu2-v${{package.version}}

- uses: patch
with:
patches: upgrade-deps.patch

- runs: |
pnpm install -r --unsafe-perm
export NEXTJS_STANDALONE_BUILD=1
Expand All @@ -64,10 +60,16 @@ subpackages:
cp ./docker-start-console.sh ${{targets.contextdir}}/app/docker-start-console.sh
cp ./webapps/console/prisma/schema.prisma ${{targets.contextdir}}/app/
cp -r ./webapps/console/.next/standalone/* ${{targets.contextdir}}/app/
# remove esbuild which is build time dependency we don't need to ship it in the final package
rm -rf ${{targets.contextdir}}/app/node_modules/.pnpm/@[email protected]
cp -r ./webapps/console/.next/static/* ${{targets.contextdir}}/app/webapps/console/.next/static
cp -r ./webapps/console/public/* ${{targets.contextdir}}/app/webapps/console/public
# remove musl deps that end up polluting our SCA-generated dependencies with unresolveable deps.
rm -rf \
${{targets.contextdir}}/app/node_modules/.pnpm/@[email protected] \
${{targets.contextdir}}/app/node_modules/.pnpm/@[email protected]
dependencies:
runtime:
- ${{package.name}}
Expand Down

0 comments on commit da4cabd

Please sign in to comment.