Skip to content

Commit 34667e1

Browse files
committed
Fix line in gitlab ci left from testing
1 parent 6d24110 commit 34667e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ predeploy:
6060
- git remote set-url origin https://faiqus:${CI_PUSH_TOKEN}@gitlab-odx.oracledx.com/cloudnative/oci-grafana-plugin.git
6161
- git config --global user.email "deploy@oracle.com"
6262
- git config --global user.name "deployboy"
63-
- git push --follow-tags origin test-branch-$CI_COMMIT_SHA
6463
- npm install
6564
- npm run bump
6665
- cat plugin.json | grep version | cut -d':' -f2 | xargs | cut -d, -f1 >> ./dist/VERSION

0 commit comments

Comments
 (0)