We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d32832 commit a612ce4Copy full SHA for a612ce4
.env renamed to .dev.env
.gitattributes
@@ -1,3 +1,3 @@
1
-.env filter=git-crypt diff=git-crypt
+.dev.env filter=git-crypt diff=git-crypt
2
src/environments/.keys.json filter=git-crypt diff=git-crypt
3
src/environments/keys.ts filter=git-crypt diff=git-crypt
.github/workflows/time-tracker-ui-ci.yml
@@ -43,10 +43,7 @@ jobs:
43
sh ./scripts/populate-keys.sh
44
45
- name: build docker
46
- run: |
47
- sudo apt-get install git-crypt
48
- git-crypt unlock
49
- make build
+ run: make build
50
51
- name: Running tests
52
run: |
0 commit comments