Skip to content
Snippets Groups Projects
Commit f192eabf authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

Update .gitlab-ci.yml file

parent 1bca35d4
No related branches found
No related tags found
No related merge requests found
Pipeline #67364 passed with stage
in 1 minute and 18 seconds
...@@ -23,9 +23,6 @@ build-frontend: ...@@ -23,9 +23,6 @@ build-frontend:
deploy-dev: deploy-dev:
stage: deploy stage: deploy
script: script:
# Clone submodules
- git submodule init
- git submodule update
# Install kubectl and Helm # Install kubectl and Helm
- curl -LO "https://dl.k8s.io/release/v1.28.0/bin/linux/amd64/kubectl" - curl -LO "https://dl.k8s.io/release/v1.28.0/bin/linux/amd64/kubectl"
- chmod +x ./kubectl - chmod +x ./kubectl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment