Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0 - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0 # 2: set/override component inputs inputs: # ⚠ this is only an example Loading Loading @@ -209,9 +209,9 @@ With: ```yaml include: # main template - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0 - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0 # Vault variant - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@4.3.0 - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@4.3.0 inputs: # audience claim for JWT vault-oidc-aud: "https://vault.acme.host" Loading Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0 - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0 # 2: set/override component inputs inputs: # ⚠ this is only an example Loading Loading @@ -209,9 +209,9 @@ With: ```yaml include: # main template - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0 - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework@4.3.0 # Vault variant - component: gitlab.com/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@4.3.0 - component: $CI_SERVER_FQDN/to-be-continuous/robotframework/gitlab-ci-robotframework-vault@4.3.0 inputs: # audience claim for JWT vault-oidc-aud: "https://vault.acme.host" Loading