We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a65261a + 03a5cec commit ce562edCopy full SHA for ce562ed
.gitignore
@@ -1,3 +1,4 @@
1
*.retry
2
*.log
3
+yarn.lock
4
.vagrant/
tests/test.yml
@@ -21,10 +21,8 @@
21
vars:
22
system_user: "react_example_app"
23
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') }}
+ git_url: "https://github.com/onaio/kaznet-frontend"
+ git_version: "v1.0.4"
28
app_settings:
29
REACT_APP_WEBSITE_NAME: 'Example App'
30
SOMETHING_ELSE: "you can put anything here"
tests/yarn.lock
0 commit comments