You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses the labels added in #4 to generate and persist a file with
a list of preview URLs associated with the containers removed during the
current orb execution.
This adopts the same approach used in #3, so the way of retrieving the
persisted file is the same:
```
steps:
- attach_workspace:
# Must be absolute path or relative path from working_directory
at: /tmp/workspace
- run: |
cat /tmp/workspace/old-preview-urls
```
0 commit comments