Skip to content

Commit

Permalink
Unignore failures from NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Oct 9, 2023
1 parent 1154166 commit e523333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drone_publish_nightly_grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dagger run --silent go run ./cmd cdn \
dagger run --silent go run ./cmd npm publish \
$(find $local_dir | grep tar.gz | grep linux | grep amd64 | grep -v sha256 | grep -v docker | awk '{print "--package=file://"$0}') \
--token=${NPM_TOKEN} \
--tag="nightly" || true
--tag="nightly"

# Publish packages to grafana.com
dagger run --silent go run ./cmd gcom publish \
Expand Down

0 comments on commit e523333

Please sign in to comment.