Commit 299a701
committed
Add SKIP_INDEX for CI packs
CI packs should set SKIP_INDEX in the `deploy` job's environment.
This way, the pack can be used to test everything else that happens
during `deployment` script runs.
Example snippet of .circleci/config.yml:
```
jobs:
deploy:
environment:
# This pack should not be on the index
SKIP_INDEX: "true"
```1 parent 74f5081 commit 299a701
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
115 | 121 | | |
116 | 122 | | |
117 | 123 | | |
| |||
0 commit comments