fix: travis helm chart release
This commit is contained in:
@@ -165,13 +165,14 @@ jobs:
|
||||
- stage: "Helm Chart Release"
|
||||
if: branch = master AND type != pull_request
|
||||
env:
|
||||
- GIT_SSH_COMMAND="ssh -i ${PWD}/deploy_key"
|
||||
- GIT_SSH_COMMAND="ssh -i ${TRAVIS_BUILD_DIR}/deploy_key"
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_189e52c2c347_key -iv $encrypted_189e52c2c347_iv -in deploy_key.enc -out deploy_key -d;
|
||||
chmod 400 deploy_key;
|
||||
- ssh-keyscan github.com >> $HOME/.ssh/known_hosts 2>/dev/null;
|
||||
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:
|
||||
- git clone https://github.com/frappe/helm.git && cd helm
|
||||
- git clone git@github.com:frappe/helm.git && cd helm
|
||||
- pip install -r release_wizard/requirements.txt
|
||||
- ./release_wizard/wizard 12 patch --remote origin --ci
|
||||
|
||||
Reference in New Issue
Block a user