Skip to content
Snippets Groups Projects
Commit 5db045f3 authored by Gilles Filippini's avatar Gilles Filippini
Browse files

fix: check variable 'DUNITERTEAM_PASSWD' before use

parent f78c17f9
No related branches found
No related tags found
1 merge request!184fix: check variable 'DUNITERTEAM_PASSWD' before use
Pipeline #33619 waiting for manual action
......@@ -72,6 +72,7 @@ fmt_and_clippy:
.docker_deploy:
stage: deploy
before_script:
- sh -c "[ -n '$DUNITERTEAM_PASSWD' ] || ( echo No access to environment variable 'DUNITERTEAM_PASSWD'; exit 1 )"
- podman login -u "duniterteam" -p "$DUNITERTEAM_PASSWD" docker.io
tags:
- podman
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment