1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

add a pass credential helper backend

Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
Tycho Andersen
2017-08-10 10:14:20 -06:00
parent 4fbc86d7d0
commit 1ab1037707
6 changed files with 313 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@
apt:
packages:
- libsecret-1-dev
- pass
before_script:
- "export DISPLAY=:99.0"
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh ci/before_script_linux.sh; fi