Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
Snippets Groups Projects
Commit c47e3aa1 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels :rocket:
Browse files

testing deploy_ocf_oficial_staging

parent be8be81d
Branches
No related tags found
1 merge request!2Merge pipelines into main
...@@ -111,9 +111,10 @@ delete_ocf_staging: ...@@ -111,9 +111,10 @@ delete_ocf_staging:
### staging branch merged ### ### staging branch merged ###
deploy_ocf_oficial_staging: deploy_ocf_oficial_staging:
stage: deploy_ocf_oficial_staging stage: deploy_ocf_oficial_staging
rules: <<: *staging_common
- if: '$CI_COMMIT_REF_NAME == "staging"' # rules:
when: always # - if: '$CI_COMMIT_REF_NAME == "staging"'
# when: always
needs: needs:
- staging_build_and_push_mr - staging_build_and_push_mr
environment: environment:
......
...@@ -323,9 +323,9 @@ staging_build_and_push: ...@@ -323,9 +323,9 @@ staging_build_and_push:
### staging branch merged ### ### staging branch merged ###
staging_build_and_push_mr: staging_build_and_push_mr:
stage: staging_build_and_push_mr stage: staging_build_and_push_mr
rules: # rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == "staging"' # - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == "staging"'
when: always # when: always
script: script:
- export TMP_PWD=$PWD - export TMP_PWD=$PWD
- echo "TMP_PWD=$TMP_PWD" - echo "TMP_PWD=$TMP_PWD"
...@@ -403,3 +403,4 @@ staging_build_and_push_mr: ...@@ -403,3 +403,4 @@ staging_build_and_push_mr:
- docker push $CI_REGISTRY/ocf/capif/staging/helper:staging - docker push $CI_REGISTRY/ocf/capif/staging/helper:staging
- echo "----------------------------------------------------" - echo "----------------------------------------------------"
- docker logout $CI_REGISTRY - docker logout $CI_REGISTRY
<<: *staging_common
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment