Skip to content

Commit ce562ed

Browse files
authored
Merge pull request #4 from onaio/cleanup
Cleanup
2 parents a65261a + 03a5cec commit ce562ed

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.retry
22
*.log
3+
yarn.lock
34
.vagrant/

tests/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
vars:
2222
system_user: "react_example_app"
2323
node_version: 10.x
24-
git_url: "[email protected]:onaio/kaznet-frontend.git"
25-
git_version: "master"
26-
git_key: |
27-
{{ lookup('env', 'GIT_KEY') }}
24+
git_url: "https://github.com/onaio/kaznet-frontend"
25+
git_version: "v1.0.4"
2826
app_settings:
2927
REACT_APP_WEBSITE_NAME: 'Example App'
3028
SOMETHING_ELSE: "you can put anything here"

tests/yarn.lock

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)