File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
"@babel/core" : " ^7.9.0" ,
28
28
"@babel/preset-env" : " ^7.9.5" ,
29
29
"@babel/preset-typescript" : " ^7.9.0" ,
30
- "@grafana/toolkit" : " ^7.3.5 " ,
30
+ "@grafana/toolkit" : " ^7.4.1 " ,
31
31
"@types/grafana" :
" https://[email protected] /CorpGlory/types-grafana.git" ,
32
32
"@types/jest" : " ^24.9.1" ,
33
33
"@types/lodash-es" : " ^4.17.1" ,
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ git config core.autocrlf input
13
13
git config user.name " $GITHUB_LOGIN "
14
14
git config user.email " $GITHUB_EMAIL "
15
15
docker-compose stop
16
- docker-compose run frontend_builder
17
- docker-compose run backend_builder
16
+ docker-compose run --rm frontend_builder
17
+ docker-compose run --rm backend_builder
18
18
dos2unix ./dist/*
19
19
chmod +rx ./dist
20
20
chmod +rx -R ./dist/vertamedia-clickhouse-plugin*
21
21
git add .
22
22
git diff-index --quiet HEAD || git commit -m " prepare to new release, $( grep current_version .bumpversion.cfg) "
23
23
bump2version --verbose $1
24
- docker-compose run plugin_signer
24
+ docker-compose run --rm plugin_signer
25
25
git add .
26
26
git commit -s -m " sign plugin, $( grep current_version .bumpversion.cfg) "
27
27
git push --tags
You can’t perform that action at this time.
0 commit comments