Backport 42218 to v8.3.x (#42515)
* Package release before publishing (#42218)
* Package separately to publish
* Fix interpolation
* Windows format envvars
* More descriptive msg
* Won't publish from here
* Resolve docker issues in PR build
* Rename package docker step
* Correct npm release JSON structure
(cherry picked from commit 9c0a2a19fd)
* Use existing grabpl
* Update drone.yml
This commit is contained in:
@@ -40,6 +40,11 @@ def pipeline(
|
||||
'volumes': [{
|
||||
'name': 'cypress_cache',
|
||||
'temp': {},
|
||||
},{
|
||||
'name': 'docker',
|
||||
'host': {
|
||||
'path': '/var/run/docker.sock',
|
||||
},
|
||||
}],
|
||||
'depends_on': depends_on,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user