Skip to content
Snippets Groups Projects
Commit 9329636b authored by saketh somaraju [EPAM]'s avatar saketh somaraju [EPAM] :warning:
Browse files

Merge branch 'az/sa-add-workflow-rule' into 'master'

Add workflow rule for CI

See merge request !162
parents a9e72fbf 1c81f4e8
No related branches found
No related tags found
1 merge request!162Add workflow rule for CI
Pipeline #218000 failed
......@@ -13,6 +13,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
workflow:
rules:
- if: $CI_COMMIT_BRANCH =~ /^release/ || $CI_COMMIT_TAG
variables:
DEPLOY_ENVIRONMENT_AZURE: "AZURE_STAGE"
- when: always
variables:
IBM_HELM_DAG_PATH: devops/ibm/ibm-manifest-dag
#AWS variables
......@@ -47,7 +54,7 @@ stages:
include:
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure_dag.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "build/python-linters.yml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment