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:
malcolmholmes
2021-11-30 13:31:45 +02:00
committed by GitHub
parent 892d9a2258
commit 57b7c16bc9
10 changed files with 499 additions and 272 deletions
+5
View File
@@ -40,6 +40,11 @@ def pipeline(
'volumes': [{
'name': 'cypress_cache',
'temp': {},
},{
'name': 'docker',
'host': {
'path': '/var/run/docker.sock',
},
}],
'depends_on': depends_on,
}