Skip to content

Commit

Permalink
Merge pull request #8131 from Param-29/paramm/dev-fix-helm-charts
Browse files Browse the repository at this point in the history
Helm: Dev Fix for CI/CD
  • Loading branch information
rasswanth-s authored Oct 5, 2023
2 parents 9a30b96 + 44bd16b commit 1ed793f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -765,10 +765,12 @@ commands =

bash -c 'rm -rf packages/grid/helm/syft/templates/ && mkdir -p packages/grid/helm/syft/templates/'

bash -c 'rm -rf packages/grid/out.txt'

bash -c 'cd packages/grid && \
[[ -n "$CONTAINER_REGISTRY" ]] && REGISTRY_FLAG="--var CONTAINER_REGISTRY=$CONTAINER_REGISTRY" || REGISTRY_FLAG="" && \
[[ -n "$VERSION" ]] && VERSION_FLAG="--var VERSION=$VERSION" || VERSION_FLAG="" && \
devspace deploy --render --skip-build --no-warn --silent ${REGISTRY_FLAG} ${VERSION_FLAG} --kube-context "k3d-build" > out.txt'
devspace deploy --render --skip-build --build-sequential --no-warn --silent ${REGISTRY_FLAG} ${VERSION_FLAG} --kube-context "k3d-build" > out.txt'

bash -c 'cd packages/grid && \
python3 helm/helm.py out.txt'
Expand Down

0 comments on commit 1ed793f

Please sign in to comment.