Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lalet authored Jun 2, 2023
1 parent 4781be2 commit ec0abb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ build/publish:
needs: ["build/publish"]
when: manual
script:
- git clone --single-branch --branch master https://github.com/xpring-eng/testnet-faucet.git
- cd testnet-faucet
- mkdir dependency_charts
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.in.xpring.tech/xpring-eng/xpring_nginx.git dependency_charts/xpring_nginx
- git clone --single-branch --branch master https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.in.ripplex.dev/xpring-eng/xpring_nginx.git dependency_charts/xpring_nginx
- kubectl create namespace ${RELEASE_NAME}-${RELEASE_ENV} || true
- helm dep update ./charts
- helm upgrade --install --namespace ${RELEASE_NAME}-${RELEASE_ENV}
Expand Down

0 comments on commit ec0abb6

Please sign in to comment.