mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-03 02:59:32 +00:00
Update nightly.yml
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -91,9 +91,11 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cd ./wlan-helm/tip-wlan
|
||||
aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
|
||||
# temp
|
||||
helm del tip -n default
|
||||
helm delete ns tip
|
||||
aws eks update-kubeconfig --name ${{ env.AWS_EKS_NAME }}
|
||||
# start deployment
|
||||
helm dependency update
|
||||
helm upgrade --install tip . -f resources/environments/aws-cicd.yaml --create-namespace --namespace tip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user