Commit 95c071a6 by luiz.nunes

Update .gitlab-ci.yml

parent 878ac1e1
Pipeline #33448 passed with stages
in 52 seconds
...@@ -13,7 +13,7 @@ test-job1: ...@@ -13,7 +13,7 @@ test-job1:
stage: test stage: test
script: script:
- echo "This job tests something" - echo "This job tests something"
- oc login --username="$username" --password="$password" --server=https://api.ocpn.mprj.mp.br:6443 - oc login --username="$username" --password="$password" --server=https://api.ocpn.mprj.mp.br:6443 --insecure-skip-tls-verify=true
- oc get project - oc get project
- oc get pods -n integra-prd - oc get pods -n integra-prd
test-job2: test-job2:
......
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