Fix helm path by returning to project root before deploy
This commit is contained in:
@@ -104,6 +104,7 @@ deploy_feature:
|
||||
- helm repo update
|
||||
script:
|
||||
- echo "Deploying feature branch to $ENV environment"
|
||||
- cd $CI_PROJECT_DIR
|
||||
- |
|
||||
helm upgrade --install orchard-$FEATURE_ID ./helm/orchard \
|
||||
--namespace $NAMESPACE \
|
||||
|
||||
Reference in New Issue
Block a user