Skip to content

Commit

Permalink
Remove empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaulada committed Sep 13, 2023
1 parent 9dd0f5a commit 48618b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/drone_publish_nightly_grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dagger run --silent go run ./cmd docker publish \
dagger run --silent go run ./cmd storybook \
$(find $local_dir | grep tar.gz | grep linux | grep amd64 | grep -v sha256 | awk '{print "--package=file://"$0}') \
--gcp-service-account-key-base64=${GCP_KEY_BASE64} \
--destination="${STORYBOOK_DESTINATION}/${ver}"
--destination="${STORYBOOK_DESTINATION}/${ver}"

# Copy only the linux/amd64 edition static assets into a separate folder
dagger run --silent go run ./cmd cdn \
$(find $local_dir | grep tar.gz | grep linux | grep amd64 | grep -v sha256 | awk '{print "--package=file://"$0}') \
--gcp-service-account-key-base64=${GCP_KEY_BASE64} \
--destination="${CDN_DESTINATION}/${ver}/public"
--destination="${CDN_DESTINATION}/${ver}/public"

0 comments on commit 48618b0

Please sign in to comment.