This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Commit 6167aa8
Updates Semaphore CI Service for 2.0 (#132)
* Updates Semaphore CI Service for 2.0
Semaphore launched their 2.0 on November 6th 2018. The current Semaphore
Service is using environment variables no longer present with Semaphore
2.0. I've purposefully removed the `build` and `slug` tags from the
generated config as there is no good equivalent with Semaphore 2.0
anymore. List of 'git env vars' can be found at
https://docs.semaphoreci.com/article/12-environment-variables
* Adds the build tag back
As requested, the `build` tag has been added back to the config and will
now be read from the `SEMAPHORE_WORKFLOW_ID` as it's unique per 'run
through the CI pipeline'.1 parent e98d176 commit 6167aa8
2 files changed
+9
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
0 commit comments