Skip to content

Commit 10a8c79

Browse files
committed
[circleci] Fix deploy steps
1 parent 5bef39c commit 10a8c79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
enabled: true
2525
working_directory: ~/aplazame
2626
steps:
27+
- checkout
28+
2729
- run:
2830
name: Create bundle
2931
command: make zip
@@ -37,9 +39,11 @@ jobs:
3739
enabled: true
3840
working_directory: ~/aplazame
3941
steps:
42+
- checkout
43+
4044
- run:
4145
name: Install dependencies
42-
command: sudo apt install -y rsync
46+
command: sudo apt install -y rsync svn
4347

4448
- run:
4549
name: Clone wordpress repository

0 commit comments

Comments
 (0)