Skip to content

Commit

Permalink
WIFI-13361 - fix CI issues
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Schafer <[email protected]>
  • Loading branch information
Carsten Schafer authored and Carsten Schafer committed May 15, 2024
1 parent bc00e62 commit f4a8649
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
needs: envs
steps:
- name: Checkout actions repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Telecominfraproject/.github
path: github
Expand All @@ -72,7 +72,7 @@ jobs:
needs: envs
steps:
- name: Checkout actions repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Telecominfraproject/.github
path: github
Expand All @@ -95,7 +95,7 @@ jobs:
needs: envs
steps:
- name: Checkout actions repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Telecominfraproject/.github
path: github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clustersysteminfo_image_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
DOCKER_REGISTRY_URL: tip-tip-wlan-cloud-ucentral.jfrog.io
DOCKER_REGISTRY_USERNAME: ucentral
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build Docker image
working-directory: chart/docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enforce-jira-issue-key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout actions repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Telecominfraproject/.github
path: github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: wlan-cloud-ucentral-deploy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
HELM_REPO_USERNAME: ucentral
steps:
- name: Checkout uCentral assembly chart repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: wlan-cloud-ucentral-deploy
repository: Telecominfraproject/wlan-cloud-ucentral-deploy
Expand Down
3 changes: 1 addition & 2 deletions chart/environment-values/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ if [[ "$DEPLOY_METHOD" == "git" ]] ; then
sed -i '/wlan-cloud-userportal@/s/ref=.*/ref='${OWSUB_VERSION}'\"/g' Chart.yaml
sed -i '/wlan-cloud-rrm@/s/ref=.*/ref='${OWRRM_VERSION}'\"/g' Chart.yaml
fi
#helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
#helm repo add bitnami https://charts.bitnami.com/bitnami && helm repo update
[ -z "$SKIP_DEPS" ] && helm dependency update
cd ../..
export DEPLOY_SOURCE="wlan-cloud-ucentral-deploy/chart"
Expand Down

0 comments on commit f4a8649

Please sign in to comment.