Skip to content

Commit

Permalink
Add '-latest-' comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rz-vastdata committed Nov 25, 2024
1 parent 72c6542 commit 6af8ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ upload_to_pypi:


# Keep latest image built from 'dev' branch - to allow smoke testing not-yet-released SDK versions
# '-latest-' is a special substring, that prevents Docker image deletion for 1 year
keep_latest_dev:
stage: deploy
interruptible: true
Expand All @@ -131,6 +132,7 @@ keep_latest_dev:


# Keep images of released SDK versions available (so we can run them from Orion's CI on demand)
# '-latest-' is a special substring, that prevents Docker image deletion for 1 year
keep_latest_release:
stage: deploy
interruptible: true
Expand Down

0 comments on commit 6af8ec8

Please sign in to comment.