Dependency updates, update where postgresql password is set
This commit is contained in:
parent
f5bef70e04
commit
013c879d32
8 changed files with 10 additions and 19 deletions
|
@ -26,14 +26,4 @@ upload:
|
|||
script:
|
||||
- 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@chart/glitchtip.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
|
||||
only:
|
||||
- master
|
||||
|
||||
pages:
|
||||
stage: upload
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
script:
|
||||
- ls public
|
||||
only:
|
||||
- master
|
||||
- tags
|
||||
|
|
Reference in a new issue