|
@@ -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
|
|
|
|
|
|
|
|
|