Skip to content

Commit

Permalink
Add CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien CAFFET committed Jan 11, 2025
1 parent 31466a2 commit 9a5bb98
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/vm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ jobs:

- name: Build tar ball
run: |
TARBALL= nuklaivm-${{ github.sha }}.tar.gz
EXCLUDES=$(cat .gitignore .dockerignore 2>/dev/null | grep -v '^#' | sed '/^$/d' | sed 's/^/--exclude=/' | tr '\n' ' ')
EXCLUDES+=" --exclude='./web_wallet' --exclude=$TARBALL"
pwd
ls -la
echo $EXCLUDES
#tar -czf $TARBALL $EXCLUDES -C . .
eval "tar -czf $TARBALL $EXCLUDES -C . ."
# - name: Push to S3
# run: |
Expand Down

0 comments on commit 9a5bb98

Please sign in to comment.