Skip to content

Commit

Permalink
Update build_base_image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tscuite authored Jul 12, 2023
1 parent 5a2f550 commit 6f68ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_base_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_TEST_DATA }}
with:
args: |
git clone https://github.com/HXSecurity/DongTai.git
if [ ${{ steps.version.outputs.GITHUB_REF }} = develop ];
then helm upgrade --install huoxian --create-namespace -n iast-test ./DongTai/deploy/kubernetes/helm/ --set mysql.host=iast-mysql-test.huoxian.cn \
--set tag=${{ steps.version.outputs.GITHUB_REF }}-latest --set build.mysql_number=iast${{github.run_number}} --values https://charts.dongtai.io/devops.yaml
Expand Down

0 comments on commit 6f68ce7

Please sign in to comment.