Merge tag 'v1.4.2' of gitlab.com:mythic-insight/legendary

This commit is contained in:
Robert Prehn 2021-02-26 19:31:23 -06:00
commit 14f1a49174
2 changed files with 3 additions and 8 deletions

View file

@ -7,6 +7,8 @@ cache:
paths:
- _build/
- deps/
- node_modules/
- apps/app/assets/node_modules/
variables:
POSTGRES_PASSWORD: "postgres"

View file

@ -23,8 +23,7 @@
"@semantic-release/git": "^7.0.8",
"@semantic-release/npm": "^7.0.9",
"dot": "^1.1.3",
"semantic-release": "^15.14.0",
"semantic-release-docker": "^2.2.0"
"semantic-release": "^15.14.0"
},
"release": {
"plugins": [
@ -47,12 +46,6 @@
]
}
]
],
"publish": [
{
"path": "semantic-release-docker",
"name": "${$CI_REGISTRY_IMAGE:-registry.gitlab.com/mythic-insight/legendary}"
}
]
}
}