Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#615 Ci fix context and fail on SG

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bufix/infra-000_ci_context
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      .circleci/config.yml
@@ -48,12 +48,13 @@ commands:
            command: |
            command: |
               if [[ -f ~/BETA_TAG ]]; then
               if [[ -f ~/BETA_TAG ]]; then
                 echo 'export BETA_TAG="$(cat ~/BETA_TAG)"' >> "$BASH_ENV"
                 echo 'export BETA_TAG="$(cat ~/BETA_TAG)"' >> "$BASH_ENV"
+                source $BASH_ENV
               fi
               fi
 
 
               if [[ -f ~/RC_TAG ]]; then
               if [[ -f ~/RC_TAG ]]; then
                 echo 'export RC_TAG="$(cat ~/RC_TAG)"' >> "$BASH_ENV"
                 echo 'export RC_TAG="$(cat ~/RC_TAG)"' >> "$BASH_ENV"
+                source $BASH_ENV
               fi 
               fi 
-              source $BASH_ENV
               echo "RC_TAG=$RC_TAG   ||  BETA_TAG=$BETA_TAG"
               echo "RC_TAG=$RC_TAG   ||  BETA_TAG=$BETA_TAG"
 
 
   adding_tag_to_ecr_container_image:
   adding_tag_to_ecr_container_image:
@@ -441,7 +442,7 @@ workflows:
           requires:
           requires:
             - "release_version"
             - "release_version"
           context:
           context:
-            - pypi-public
+            - pypi-supergradients
           <<: *release_tag_filter
           <<: *release_tag_filter
 
 
 
 
Discard