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