Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
decrypt .env v4
  • Loading branch information
rodolfoIOET committed Jun 23, 2022
commit a612ce415d1fb0cc6d6665a0b7673f8281c5a625
File renamed without changes.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.env filter=git-crypt diff=git-crypt
.dev.env filter=git-crypt diff=git-crypt
src/environments/.keys.json filter=git-crypt diff=git-crypt
src/environments/keys.ts filter=git-crypt diff=git-crypt
5 changes: 1 addition & 4 deletions .github/workflows/time-tracker-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ jobs:
sh ./scripts/populate-keys.sh

- name: build docker
run: |
sudo apt-get install git-crypt
git-crypt unlock
make build
run: make build

- name: Running tests
run: |
Expand Down