Skip to content

Commit b4b4f62

Browse files
Xavier MetichecchiaXavier Metichecchia
authored andcommitted
Add back cloudgov knewxfile as well
1 parent 2ef0ea8 commit b4b4f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
command: |
5151
rm ./src/config.js
5252
mv ./src/config.js.cloudgov ./src/config.js
53-
53+
rm knexfile.js
54+
mv knexfile.js.cloudgov knexfile.js
5455
5556
- run:
5657
name: Install CF CLI

0 commit comments

Comments
 (0)