Commit 806a60bd by shenggui.li

Update .gitlab-ci.yml

parent 02d5ab2f
Pipeline #2027 failed with stages
in 5 minutes 19 seconds
......@@ -39,7 +39,7 @@ mvn_package:
build_image:
stage: build
script:
- pwd; ls -lh ; df -h ;
- pwd; ls -lh ; df -h ;cd target;ls; md5sum mob-dna-1.0.jar
- docker run -i --network host --rm amazon/aws-cli ecr get-login-password --region cn-north-1 | docker login --username AWS --password-stdin ${REG_BASE}
- docker build -t ${REG_URL}:${CI_COMMIT_SHA} .
- docker push ${REG_URL}:${CI_COMMIT_SHA}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment