Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ rpmlint: - docker login --username=$CI_REGISTRY_USER --password=$CI_REGISTRY_PASSWORD $CI_REGISTRY - docker run -v $PWD/nsd-app-wrap.spec:/tmp/nsd-app-wrap.spec code.ornl.gov:4567/rse/images/centos:7 /bin/bash -c "yum install -y git rpm-build rpmlint && rpmlint /tmp/nsd-app-wrap.spec" tags: - rse-multi-builder - neutrons-multi-builder build-deploy: stage: build-deploy Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ rpmlint: - docker login --username=$CI_REGISTRY_USER --password=$CI_REGISTRY_PASSWORD $CI_REGISTRY - docker run -v $PWD/nsd-app-wrap.spec:/tmp/nsd-app-wrap.spec code.ornl.gov:4567/rse/images/centos:7 /bin/bash -c "yum install -y git rpm-build rpmlint && rpmlint /tmp/nsd-app-wrap.spec" tags: - rse-multi-builder - neutrons-multi-builder build-deploy: stage: build-deploy Loading