Commit 40b0faff by luiz.nunes

Update .gitlab-ci.yml

parent f2cadee5
Pipeline #33445 failed with stages
in 10 minutes 26 seconds
...@@ -13,8 +13,9 @@ test-job1: ...@@ -13,8 +13,9 @@ 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 pods -n integra-prd
test-job2: test-job2:
stage: test stage: test
script: script:
......
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