Skip to content

Commit

Permalink
Revert "Add micromamba deinit in post.js (#89)"
Browse files Browse the repository at this point in the history
This reverts commit b54d7bb.
  • Loading branch information
jonashaag authored Aug 30, 2022
1 parent b54d7bb commit 7fcc265
Show file tree
Hide file tree
Showing 11 changed files with 224 additions and 1,835 deletions.
108 changes: 0 additions & 108 deletions .github/workflows/test_deinit.yml

This file was deleted.

9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ condarc-options: |
http: ...
```

### `post-deinit`

Attempt to undo any modifications done to `.bashrc` etc. in the post action of the workflow.
This is useful for self-hosted runners that keep the state of the system.
One of `"auto"`, `"true"` or `"false"`.
If set to `"auto"`, behaves like `"true"` if the micromamba version used supports `micromamba shell deinit` (i.e. `micromamba>=0.25.0`).

Default value: `auto`

<!-- end generated -->

## Example usage
Expand Down
8 changes: 0 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ inputs:
proxy_servers:
http: ...
```
post-deinit:
description: |-
Attempt to undo any modifications done to `.bashrc` etc. in the post action of the workflow.
This is useful for self-hosted runners that keep the state of the system.
One of `"auto"`, `"true"` or `"false"`.
If set to `"auto"`, behaves like `"true"` if the micromamba version used supports `micromamba shell deinit` (i.e. `micromamba>=0.25.0`).
required: true
default: auto
# setup-miniconda options that are not (yet) supported:
#
Expand Down
Loading

0 comments on commit 7fcc265

Please sign in to comment.