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

Add workflow rule for CI

parent a9e72fbf
No related branches found
No related tags found
1 merge request!162Add workflow rule for CI
......@@ -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