gitlab-ci.yml文件:
stages:
- build
- image
build_package:
stage: build
script:
- "/root/apache-maven-3.5.4/bin/mvn clean package -Dmaven.test.skip=true"
build_image:
stage: image
script:
- ls olp_takeout_cloud/target/
下一个stage会删除上一个stage产生的文件
问题出现的平台版本及自己尝试过哪些方法
相关代码
//