Skip to content

Commit

Permalink
fix credential state on linux
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jun 5, 2023
1 parent 153f005 commit 0bec8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/docker/tasks/clux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
- name: docker login clux
docker_login:
username: clux
email: sszynrae@gmail.com
#email: sszynrae@gmail.com
password: "{{ lookup('passwordstore', 'docker/clux')}}"
2 changes: 1 addition & 1 deletion test/install.test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ exists() {
if [[ "${HOSTNAME}" == hprks ]]; then
npm whoami
fi
[ -f "$HOME/.cargo/credentials" ]
[ -f "$HOME/.cargo/credentials.toml" ]
# only checking docker if daemon is running...
if command -v docker &> /dev/null; then
docker info | grep Username
Expand Down

0 comments on commit 0bec8bb

Please sign in to comment.