Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line before_script: - docker pull git.ia2.inaf.it:5050/hotwheels/gitlab-profile - docker pull git.ia2.inaf.it:5050/hotwheels/gitlab-profile/mkdir - | docker build --no-cache -t hw -f - . <<EOF FROM git.ia2.inaf.it:5050/hotwheels/gitlab-profile FROM git.ia2.inaf.it:5050/hotwheels/gitlab-profile/mkdir RUN git config --global url."https://${CI_REGISTRY_USER}:${CI_JOB_TOKEN}@www.ict.inaf.it/gitlab".insteadOf ssh://git@git.ia2.inaf.it WORKDIR /app COPY . /app Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line before_script: - docker pull git.ia2.inaf.it:5050/hotwheels/gitlab-profile - docker pull git.ia2.inaf.it:5050/hotwheels/gitlab-profile/mkdir - | docker build --no-cache -t hw -f - . <<EOF FROM git.ia2.inaf.it:5050/hotwheels/gitlab-profile FROM git.ia2.inaf.it:5050/hotwheels/gitlab-profile/mkdir RUN git config --global url."https://${CI_REGISTRY_USER}:${CI_JOB_TOKEN}@www.ict.inaf.it/gitlab".insteadOf ssh://git@git.ia2.inaf.it WORKDIR /app COPY . /app Loading