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
This commit is contained in:
@@ -43,6 +43,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