Commit 8ee6123a authored by Sparkf's avatar Sparkf 🏙️
Browse files

Update .gitlab-ci.yml file

parent c48ffb82
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ docker-build:
  services:
    - docker:dind
  before_script:
    - git config --global http.sslVerify false
    - echo "$CI_REGISTRY_PASSWORD" | docker login glcr.cra.ac.cn --username "$CI_REGISTRY_USER" --password-stdin
  # Default branch leaves tag empty (= latest tag)
  # All other branches are tagged with the escaped branch name (commit ref slug)