Skip to content

Commit

Permalink
Remove npm.txt from enterprise publish script (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Jul 21, 2023
1 parent 7489da9 commit 30a9f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drone_publish_tag_enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ go run ./cmd docker \

wait

cat debs.txt rpms.txt zips.txt exes.txt docker.txt npm.txt >> assets.txt
cat debs.txt rpms.txt zips.txt exes.txt docker.txt >> assets.txt

# Move the tar.gz packages to their expected locations
cat assets.txt | DESTINATION=gs://grafana-prerelease-dev go run ./scripts/move_packages.go ./dist/prerelease

0 comments on commit 30a9f07

Please sign in to comment.