We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d24110 commit 34667e1Copy full SHA for 34667e1
.gitlab-ci.yml
@@ -60,7 +60,6 @@ predeploy:
60
- git remote set-url origin https://faiqus:${CI_PUSH_TOKEN}@gitlab-odx.oracledx.com/cloudnative/oci-grafana-plugin.git
61
- git config --global user.email "deploy@oracle.com"
62
- git config --global user.name "deployboy"
63
- - git push --follow-tags origin test-branch-$CI_COMMIT_SHA
64
- npm install
65
- npm run bump
66
- cat plugin.json | grep version | cut -d':' -f2 | xargs | cut -d, -f1 >> ./dist/VERSION
0 commit comments