Skip to content

Commit

Permalink
Rename archive
Browse files Browse the repository at this point in the history
  • Loading branch information
aronmolnar committed Aug 30, 2024
1 parent b5e8bd8 commit de3f5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ release-prod:
- mkdir -p /tmp/sysreptor
- cp -r * .gitignore .dockerignore /tmp/sysreptor
# Prebuilt sources are deprecated, required for legacy update scripts. Delete in 08/2025.
- tar -czf /tmp/source-prebuilt-deprecated.tar.gz -C /tmp --exclude=sysreptor/.git --exclude=sysreptor/demo_data --exclude=sysreptor/docs sysreptor
- tar -czf /tmp/source-prebuilt.tar.gz -C /tmp --exclude=sysreptor/.git --exclude=sysreptor/demo_data --exclude=sysreptor/docs sysreptor

# Create archive with setup files
- tar -czf /tmp/setup.tar.gz -C /tmp --exclude=sysreptor/.git --exclude=sysreptor/deploy/.gitignore sysreptor/deploy sysreptor/update.sh sysreptor/LICENSE sysreptor/INSTALL.md
Expand Down

0 comments on commit de3f5a4

Please sign in to comment.