mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-03 04:28:31 +00:00
Merge pull request #274 from Thunderbottom/helm-release
build: auto release helm on docker update [ci skip]
This commit is contained in:
commit
df0d9947b0
15
.travis.yml
15
.travis.yml
@ -2,6 +2,11 @@ sudo: required
|
|||||||
|
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
||||||
|
language: python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- '3.6'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
@ -159,10 +164,14 @@ jobs:
|
|||||||
- ./tests/docker-test.sh
|
- ./tests/docker-test.sh
|
||||||
- stage: "Helm Chart Release"
|
- stage: "Helm Chart Release"
|
||||||
if: branch = master AND type != pull_request
|
if: branch = master AND type != pull_request
|
||||||
|
env:
|
||||||
|
- GIT_SSH_COMMAND="ssh -i ${PWD}/deploy_key"
|
||||||
before_install:
|
before_install:
|
||||||
- openssl aes-256-cbc -K $encrypted_189e52c2c347_key -iv $encrypted_189e52c2c347_iv -in deploy_key.enc -out deploy_key -d
|
- openssl aes-256-cbc -K $encrypted_189e52c2c347_key -iv $encrypted_189e52c2c347_iv -in deploy_key.enc -out deploy_key -d;
|
||||||
|
chmod 400 deploy_key;
|
||||||
|
install:
|
||||||
|
- pip install --upgrade pip
|
||||||
|
- pip install ruamel.yaml==0.16.10 ruamel.yaml.clib==0.2.0 semantic-version==2.8.5 GitPython==3.1.2
|
||||||
script:
|
script:
|
||||||
- git clone https://github.com/frappe/helm.git && cd helm
|
- git clone https://github.com/frappe/helm.git && cd helm
|
||||||
- ./release_wizard/setup.sh
|
|
||||||
- . ./venv/bin/activate
|
|
||||||
- ./release_wizard/wizard 12 patch --remote origin --ci
|
- ./release_wizard/wizard 12 patch --remote origin --ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user