ci: move attach_workspace to setup
This commit is contained in:
parent
1bb7db3386
commit
696947111e
|
@ -35,10 +35,9 @@ workflows:
|
||||||
|
|
||||||
context:
|
context:
|
||||||
- publish
|
- publish
|
||||||
pre-steps:
|
setup:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ./
|
at: ./
|
||||||
setup:
|
|
||||||
- add_ssh_keys:
|
- add_ssh_keys:
|
||||||
fingerprints:
|
fingerprints:
|
||||||
- "47:cf:a1:17:d9:81:8e:c5:51:e5:53:c8:33:e4:33:b9"
|
- "47:cf:a1:17:d9:81:8e:c5:51:e5:53:c8:33:e4:33:b9"
|
||||||
|
|
Loading…
Reference in New Issue