Loading .gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -251,8 +251,6 @@ conda-package: dependencies: - create-wheel - dockerbuild before_script: - sudo chmod +x scripts/exec_script_on_docker.sh script: - docker login --username=$CI_REGISTRY_USER --password=$CI_REGISTRY_PASSWORD $CI_REGISTRY - time docker pull $CONTAINER_URL Loading scripts/publish_package.sh 100644 → 100755 +0 −0 File mode changed from 100644 to 100755. View file Loading
.gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -251,8 +251,6 @@ conda-package: dependencies: - create-wheel - dockerbuild before_script: - sudo chmod +x scripts/exec_script_on_docker.sh script: - docker login --username=$CI_REGISTRY_USER --password=$CI_REGISTRY_PASSWORD $CI_REGISTRY - time docker pull $CONTAINER_URL Loading