Skip to content

Commit

Permalink
changed s3 to test plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankg101 authored Oct 17, 2023
1 parent 7f077f6 commit abbe54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tvarit/deploy_to_dev_16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ docker build --tag grafana/grafana:latest .
cd .github/tvarit/conf/prod/
echo "Downloading plugins..."
rm -rf plugins
aws s3 sync s3://com.tvarit.grafana.artifacts/grafana-plugins plugins
aws s3 sync s3://com.tvarit.grafana.artifacts/grafana-test-plugins plugins
find plugins/ -type f -name *.tar.gz -exec bash -c 'cd $(dirname $1) && tar -xf $(basename $1) && rm $(basename $1); cd -' bash {} \;

echo "Finalising docker image..."
Expand Down

0 comments on commit abbe54a

Please sign in to comment.