Skip to content

Commit

Permalink
chore: fix release pipeline (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 authored Oct 5, 2021
1 parent 706f069 commit 5c9eae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ release:
- npm install
- npm run compile
- npm pack
- mkdir dist
- mkdir -p dist
- mv splunk-otel-${CI_COMMIT_REF_NAME:1}.tgz dist/
- shasum -a 256 dist/* > dist/checksums.txt

Expand Down
1 change: 0 additions & 1 deletion dist/checksums.txt

This file was deleted.

0 comments on commit 5c9eae5

Please sign in to comment.