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 34667e1 commit 36ddd69Copy full SHA for 36ddd69
.gitlab-ci.yml
@@ -60,6 +60,9 @@ 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 fetch
64
+ - git checkout master
65
+ - git reset --hard origin/master
66
- npm install
67
- npm run bump
68
- cat plugin.json | grep version | cut -d':' -f2 | xargs | cut -d, -f1 >> ./dist/VERSION
0 commit comments