Commit eb467793 authored by karishma.anupuru's avatar karishma.anupuru

Update .gitlab-ci.yml

parent 94ac9373
Pipeline #37770 canceled with stages
stages:
- build
build:
tags:
- http
stage: build
script:
- az aks get-credentials --resource-group resource --name visakhk8s|||||||export
\ No newline at end of file
- build
- test
build-code-job:
stage: build
tags:
- http
script:
- docker build -t soya:s .
test-code-job1:
stage: test
script:
- echo "Tested"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment