This commit is contained in:
dsotirakis
2022-10-05 16:21:40 +03:00
parent edcab90efd
commit 77f5045c29
2 changed files with 1 additions and 4 deletions
+1 -3
View File
@@ -372,7 +372,6 @@ steps:
- cd -
- git fetch https://$${GITHUB_TOKEN}@github.com/grafana/grafana.git "refs/tags/*:refs/tags/*"
&& git fetch
- git stash && git rebase origin/main
- if git show-ref --tags $${TEST_TAG} --quiet; then git tag -d $${TEST_TAG} && git
push --delete https://$${GITHUB_TOKEN}@github.com/grafana/grafana.git $${TEST_TAG};
fi
@@ -1238,7 +1237,6 @@ steps:
- cd -
- git fetch https://$${GITHUB_TOKEN}@github.com/grafana/grafana.git "refs/tags/*:refs/tags/*"
&& git fetch
- git stash && git rebase origin/main
- if git show-ref --tags $${TEST_TAG} --quiet; then git tag -d $${TEST_TAG} && git
push --delete https://$${GITHUB_TOKEN}@github.com/grafana/grafana.git $${TEST_TAG};
fi
@@ -5338,6 +5336,6 @@ kind: secret
name: packages_secret_access_key
---
kind: signature
hmac: 1b6874e508d7d7e5ae795e15eeeae142f99a54057edd706345cc59e65c94f048
hmac: f558c4f9c5483c28faa5bf0708f89250a7b8a5894f0538acf123f4f069316605
...
-1
View File
@@ -1210,7 +1210,6 @@ def trigger_test_release():
'git tag $${TEST_TAG} && git push origin $${TEST_TAG}',
'cd -',
'git fetch https://$${GITHUB_TOKEN}@github.com/grafana/grafana.git "refs/tags/*:refs/tags/*" && git fetch',
'git stash && git rebase origin/main',
'if git show-ref --tags $${TEST_TAG} --quiet; then git tag -d $${TEST_TAG} && git push --delete https://$${GITHUB_TOKEN}@github.com/grafana/grafana.git $${TEST_TAG}; fi',
'git tag $${TEST_TAG} && git push https://$${GITHUB_TOKEN}@github.com/grafana/grafana.git $${TEST_TAG}',
],