Skip to content

Commit 62f0ed6

Browse files
fixup!
1 parent 5cd7147 commit 62f0ed6

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
working_directory: /home/circleci/workspace/helmfile
3737
steps:
3838
- checkout
39-
- run: mkdir ~/dist
39+
- run: mkdir ~/build
4040
- attach_workspace:
41-
at: ./dist
41+
at: ~/build
42+
- run: mv -v ~/build/dist .
4243
- setup_remote_docker:
4344
version: 18.09.3
4445
- run:
@@ -54,9 +55,10 @@ jobs:
5455
working_directory: /home/circleci/workspace/helmfile
5556
steps:
5657
- checkout
57-
- run: mkdir ~/dist
58+
- run: mkdir ~/build
5859
- attach_workspace:
59-
at: ./dist
60+
at: ~/build
61+
- run: mv -v ~/build/dist .
6062
- setup_remote_docker:
6163
version: 18.09.3
6264
- run:

0 commit comments

Comments
 (0)