fix gitlab-ci2

This commit is contained in:
Sergey Antropoff 2025-03-31 21:02:50 +03:00
parent b5d68bd3f0
commit 9bd15b1fc2

View File

@ -14,7 +14,7 @@ variables:
ANSIBLE_FORCE_COLOR: "true"
before_script:
- echo "$CI_REGISTRY_PASSWORD" | docker login hub.cism-ms.ru -u "$CI_REGISTRY_USER" --password-stdin
- echo "$CI_REGISTRY_PASSWORD" | docker login hub.antropoff.ru -u "$CI_REGISTRY_USER" --password-stdin
- docker pull $DOCKER_IMAGE
- echo "Fixing directory permissions..."
- chmod o-w $CI_PROJECT_DIR