Commit 878ac1e1 by luiz.nunes

Update .gitlab-ci.yml

parent 40b0faff
Pipeline #33447 failed with stages
in 48 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
- 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